This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
60 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,76 @@ | ||
# Residential Retrofit | ||
|
||
## Pre/post Energy Savings Estimation | ||
|
||
<div class='tableauPlaceholder' id='viz1613582902932' style='position: relative'> | ||
<noscript> | ||
<a href='#'> | ||
<img alt=' ' src='https://public.tableau.com/static/images/Re/ResiDemandRetrofitted/Sheet1/1_rss.png' style='border: none' /> | ||
<img alt=' ' | ||
src='https://public.tableau.com/static/images/Re/ResiDemandRetrofitted/Sheet1/1_rss.png' | ||
style='border: none' /> | ||
</a> | ||
</noscript> | ||
<object class='tableauViz' style='display:none;'> | ||
<param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> | ||
<param name='embed_code_version' value='3' /> | ||
<object class='tableauViz' style='display:none;'> | ||
<param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> | ||
<param name='embed_code_version' value='3' /> | ||
<param name='site_root' value='' /> | ||
<param name='name' value='ResiDemandRetrofitted/Sheet1' /> | ||
<param name='tabs' value='no' /> | ||
<param name='toolbar' value='yes' /> | ||
<param name='static_image' value='https://public.tableau.com/static/images/Re/ResiDemandRetrofitted/Sheet1/1.png' /> | ||
<param name='static_image' | ||
value='https://public.tableau.com/static/images/Re/ResiDemandRetrofitted/Sheet1/1.png' /> | ||
<param name='animate_transition' value='yes' /> | ||
<param name='display_static_image' value='yes' /> | ||
<param name='display_spinner' value='yes' /> | ||
<param name='display_overlay' value='yes' /> | ||
<param name='display_count' value='yes' /> | ||
<param name='language' value='en' /> | ||
<param name='filter' value='publish=yes' /> | ||
</object></div> | ||
<script type='text/javascript'> | ||
var divElement = document.getElementById('viz1613582902932'); | ||
var vizElement = divElement.getElementsByTagName('object')[0]; | ||
vizElement.style.width='100%'; | ||
vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; | ||
var scriptElement = document.createElement('script'); | ||
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; | ||
vizElement.parentNode.insertBefore(scriptElement, vizElement); | ||
</script> | ||
</object></div> | ||
<script type='text/javascript'> | ||
var divElement = document.getElementById('viz1613582902932'); | ||
var vizElement = divElement.getElementsByTagName('object')[0]; | ||
vizElement.style.width = '100%'; | ||
vizElement.style.height = (divElement.offsetWidth * 0.75) + 'px'; | ||
var scriptElement = document.createElement('script'); | ||
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; | ||
vizElement.parentNode.insertBefore(scriptElement, vizElement); | ||
</script> | ||
|
||
> Created using pre/post `EnergyPlus` models created by the UCD energy engineering research team. | ||
> **Caveats**: all dwellings are forced into one of 12 pre/post archetypes and the energy savings from pre to post are dependent upon the representativeness of these archetypes. | ||
## Heat Pump Viability Map | ||
|
||
<div class='tableauPlaceholder' id='viz1614104925232' style='position: relative'><noscript><a href='#'><img alt=' ' | ||
src='https://public.tableau.com/static/images/Du/DublinResidentialHeatPumpViabilityMap/Map/1_rss.png' | ||
style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'> | ||
<param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> | ||
<param name='embed_code_version' value='3' /> | ||
<param name='site_root' value='' /> | ||
<param name='name' value='DublinResidentialHeatPumpViabilityMap/Map' /> | ||
<param name='tabs' value='no' /> | ||
<param name='toolbar' value='yes' /> | ||
<param name='static_image' | ||
value='https://public.tableau.com/static/images/Du/DublinResidentialHeatPumpViabilityMap/Map/1.png' /> | ||
<param name='animate_transition' value='yes' /> | ||
<param name='display_static_image' value='yes' /> | ||
<param name='display_spinner' value='yes' /> | ||
<param name='display_overlay' value='yes' /> | ||
<param name='display_count' value='yes' /> | ||
<param name='language' value='en' /> | ||
<param name='filter' value='publish=yes' /></object></div> | ||
<script type='text/javascript'> | ||
var divElement = document.getElementById('viz1614104925232'); | ||
var vizElement = divElement.getElementsByTagName('object')[0]; | ||
vizElement.style.width = '100%'; | ||
vizElement.style.height = (divElement.offsetWidth * 0.75) + 'px'; | ||
var scriptElement = document.createElement('script'); | ||
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; | ||
vizElement.parentNode.insertBefore(scriptElement, vizElement); | ||
</script> | ||
|
||
> Created using SEAI's BER Public Search database via the [berpublicsearch](https://github.com/codema-dev/berpublicsearch) tool on 23/02/2021. Percentage heat pump viability is found using SEAI's definition of dwellings with a Heat Loss Indicator of less than 2. | ||
> **Caveats**: the BER Public Search database is not a complete building stock database and is biased against old buildings - therefore this map's figures are likely optimistic. |