-
Notifications
You must be signed in to change notification settings - Fork 9
Households insulation chart #3479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
2027929
Queries for new insulation chart
jort-wolda 242098a
Renamed the folder and omitted the ROUND() function in the queries
jort-wolda 7eaa44a
Deleted queries no longer in use for totals bar
jort-wolda 52299a0
Small changes due to feedback
jort-wolda 05bb222
Indentation improvement
kndehaan 827eb2e
Changed units to GJ/#
jort-wolda 53d307d
Improved indentation so there's no conflict
jort-wolda 496422f
Merge branch 'households-insulation-chart' of github.com:quintel/ets…
jort-wolda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...demand/households/per_household/apartments/useful_heat_demand_per_apartment_1945_1964.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_apartments_1945_1964), | ||
| Q(number_of_apartments_1945_1964) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...demand/households/per_household/apartments/useful_heat_demand_per_apartment_1965_1984.gql
|
jort-wolda marked this conversation as resolved.
|
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_apartments_1965_1984), | ||
| Q(number_of_apartments_1965_1984) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...demand/households/per_household/apartments/useful_heat_demand_per_apartment_1985_2004.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_apartments_1985_2004), | ||
| Q(number_of_apartments_1985_2004) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...and/households/per_household/apartments/useful_heat_demand_per_apartment_2005_present.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_apartments_2005_present), | ||
| Q(number_of_apartments_2005_present) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...mand/households/per_household/apartments/useful_heat_demand_per_apartment_before_1945.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_apartments_before_1945), | ||
| Q(number_of_apartments_before_1945) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...ul_demand/households/per_household/apartments/useful_heat_demand_per_apartment_future.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_apartments_future), | ||
| Q(number_of_apartments_future) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...seholds/per_household/detached_houses/useful_heat_demand_per_detached_house_1945_1964.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_detached_houses_1945_1964), | ||
| Q(number_of_detached_houses_1945_1964) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...seholds/per_household/detached_houses/useful_heat_demand_per_detached_house_1965_1984.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_detached_houses_1965_1984), | ||
| Q(number_of_detached_houses_1965_1984) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...seholds/per_household/detached_houses/useful_heat_demand_per_detached_house_1985_2004.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_detached_houses_1985_2004), | ||
| Q(number_of_detached_houses_1985_2004) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...olds/per_household/detached_houses/useful_heat_demand_per_detached_house_2005_present.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_detached_houses_2005_present), | ||
| Q(number_of_detached_houses_2005_present) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...holds/per_household/detached_houses/useful_heat_demand_per_detached_house_before_1945.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_detached_houses_before_1945), | ||
| Q(number_of_detached_houses_before_1945) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...households/per_household/detached_houses/useful_heat_demand_per_detached_house_future.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_detached_houses_future), | ||
| Q(number_of_detached_houses_future) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...r_household/semi_detached_houses/useful_heat_demand_per_semi_detached_house_1945_1964.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_semi_detached_houses_1945_1964), | ||
| Q(number_of_semi_detached_houses_1945_1964) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...r_household/semi_detached_houses/useful_heat_demand_per_semi_detached_house_1965_1984.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_semi_detached_houses_1965_1984), | ||
| Q(number_of_semi_detached_houses_1965_1984) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...r_household/semi_detached_houses/useful_heat_demand_per_semi_detached_house_1985_2004.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_semi_detached_houses_1985_2004), | ||
| Q(number_of_semi_detached_houses_1985_2004) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...ousehold/semi_detached_houses/useful_heat_demand_per_semi_detached_house_2005_present.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_semi_detached_houses_2005_present), | ||
| Q(number_of_semi_detached_houses_2005_present) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...household/semi_detached_houses/useful_heat_demand_per_semi_detached_house_before_1945.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_semi_detached_houses_before_1945), | ||
| Q(number_of_semi_detached_houses_before_1945) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
.../per_household/semi_detached_houses/useful_heat_demand_per_semi_detached_house_future.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_semi_detached_houses_future), | ||
| Q(number_of_semi_detached_houses_future) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...seholds/per_household/terraced_houses/useful_heat_demand_per_terraced_house_1945_1964.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_terraced_houses_1945_1964), | ||
| Q(number_of_terraced_houses_1945_1964) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...seholds/per_household/terraced_houses/useful_heat_demand_per_terraced_house_1965_1984.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_terraced_houses_1965_1984), | ||
| Q(number_of_terraced_houses_1965_1984) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...seholds/per_household/terraced_houses/useful_heat_demand_per_terraced_house_1985_2004.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_terraced_houses_1985_2004), | ||
| Q(number_of_terraced_houses_1985_2004) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...olds/per_household/terraced_houses/useful_heat_demand_per_terraced_house_2005_present.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_terraced_houses_2005_present), | ||
| Q(number_of_terraced_houses_2005_present) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...holds/per_household/terraced_houses/useful_heat_demand_per_terraced_house_before_1945.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_terraced_houses_before_1945), | ||
| Q(number_of_terraced_houses_before_1945) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
9 changes: 9 additions & 0 deletions
9
...households/per_household/terraced_houses/useful_heat_demand_per_terraced_house_future.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - query = | ||
| PRODUCT( | ||
| DIVIDE( | ||
| Q(useful_demand_terraced_houses_future), | ||
| Q(number_of_terraced_houses_future) | ||
| ), | ||
| MILLIONS | ||
| ) | ||
| - unit = GJ/# |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...category_bar_heat_demand_per_residence/useful_heat_demand_per_apartment_1945_1964_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_apartment_1945_1964) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...category_bar_heat_demand_per_residence/useful_heat_demand_per_apartment_1965_1984_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_apartment_1965_1984) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...category_bar_heat_demand_per_residence/useful_heat_demand_per_apartment_1985_2004_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_apartment_1985_2004) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...egory_bar_heat_demand_per_residence/useful_heat_demand_per_apartment_2005_present_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_apartment_2005_present) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...tegory_bar_heat_demand_per_residence/useful_heat_demand_per_apartment_before_1945_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_apartment_before_1945) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...es/category_bar_heat_demand_per_residence/useful_heat_demand_per_apartment_future_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_apartment_future) | ||
| - unit = GJ/# |
5 changes: 5 additions & 0 deletions
5
...r_heat_demand_per_residence/useful_heat_demand_per_fully_detached_house_1945_1964_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Named 'fully_detached' instead of 'detached' so ETModel's dropdown filter (matches on partial | ||
| # query name) can distinguish this from 'semi_detached'. | ||
|
|
||
| - query = Q(useful_heat_demand_per_detached_house_1945_1964) | ||
| - unit = GJ/# |
5 changes: 5 additions & 0 deletions
5
...r_heat_demand_per_residence/useful_heat_demand_per_fully_detached_house_1965_1984_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Named 'fully_detached' instead of 'detached' so ETModel's dropdown filter (matches on partial | ||
| # query name) can distinguish this from 'semi_detached'. | ||
|
|
||
| - query = Q(useful_heat_demand_per_detached_house_1965_1984) | ||
| - unit = GJ/# |
5 changes: 5 additions & 0 deletions
5
...r_heat_demand_per_residence/useful_heat_demand_per_fully_detached_house_1985_2004_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Named 'fully_detached' instead of 'detached' so ETModel's dropdown filter (matches on partial | ||
| # query name) can distinguish this from 'semi_detached'. | ||
|
|
||
| - query = Q(useful_heat_demand_per_detached_house_1985_2004) | ||
| - unit = GJ/# |
5 changes: 5 additions & 0 deletions
5
...eat_demand_per_residence/useful_heat_demand_per_fully_detached_house_2005_present_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Named 'fully_detached' instead of 'detached' so ETModel's dropdown filter (matches on partial | ||
| # query name) can distinguish this from 'semi_detached'. | ||
|
|
||
| - query = Q(useful_heat_demand_per_detached_house_2005_present) | ||
| - unit = GJ/# |
5 changes: 5 additions & 0 deletions
5
...heat_demand_per_residence/useful_heat_demand_per_fully_detached_house_before_1945_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Named 'fully_detached' instead of 'detached' so ETModel's dropdown filter (matches on partial | ||
| # query name) can distinguish this from 'semi_detached'. | ||
|
|
||
| - query = Q(useful_heat_demand_per_detached_house_before_1945) | ||
| - unit = GJ/# |
5 changes: 5 additions & 0 deletions
5
..._bar_heat_demand_per_residence/useful_heat_demand_per_fully_detached_house_future_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Named 'fully_detached' instead of 'detached' so ETModel's dropdown filter (matches on partial | ||
| # query name) can distinguish this from 'semi_detached'. | ||
|
|
||
| - query = Q(useful_heat_demand_per_detached_house_future) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...ar_heat_demand_per_residence/useful_heat_demand_per_semi_detached_house_1945_1964_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_semi_detached_house_1945_1964) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...ar_heat_demand_per_residence/useful_heat_demand_per_semi_detached_house_1965_1984_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_semi_detached_house_1965_1984) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...ar_heat_demand_per_residence/useful_heat_demand_per_semi_detached_house_1985_2004_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_semi_detached_house_1985_2004) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...heat_demand_per_residence/useful_heat_demand_per_semi_detached_house_2005_present_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_semi_detached_house_2005_present) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
..._heat_demand_per_residence/useful_heat_demand_per_semi_detached_house_before_1945_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_semi_detached_house_before_1945) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...y_bar_heat_demand_per_residence/useful_heat_demand_per_semi_detached_house_future_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_semi_detached_house_future) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...ory_bar_heat_demand_per_residence/useful_heat_demand_per_terraced_house_1945_1964_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_terraced_house_1945_1964) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...ory_bar_heat_demand_per_residence/useful_heat_demand_per_terraced_house_1965_1984_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_terraced_house_1965_1984) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...ory_bar_heat_demand_per_residence/useful_heat_demand_per_terraced_house_1985_2004_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_terraced_house_1985_2004) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
..._bar_heat_demand_per_residence/useful_heat_demand_per_terraced_house_2005_present_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_terraced_house_2005_present) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...y_bar_heat_demand_per_residence/useful_heat_demand_per_terraced_house_before_1945_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_terraced_house_before_1945) | ||
| - unit = GJ/# |
2 changes: 2 additions & 0 deletions
2
...tegory_bar_heat_demand_per_residence/useful_heat_demand_per_terraced_house_future_bar.gql
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - query = Q(useful_heat_demand_per_terraced_house_future) | ||
| - unit = GJ/# |
3 changes: 0 additions & 3 deletions
3
...acked_bar_250_residential_heating_demand/useful_demand_total_residences_1945_1964_bar.gql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...acked_bar_250_residential_heating_demand/useful_demand_total_residences_1965_1984_bar.gql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...acked_bar_250_residential_heating_demand/useful_demand_total_residences_1985_2004_bar.gql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ed_bar_250_residential_heating_demand/useful_demand_total_residences_2005_present_bar.gql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ked_bar_250_residential_heating_demand/useful_demand_total_residences_before_1945_bar.gql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
..._stacked_bar_250_residential_heating_demand/useful_demand_total_residences_future_bar.gql
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.