-
Notifications
You must be signed in to change notification settings - Fork 9
Direct emissions chart and dashboard items using new mapping setup #3460
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
26 commits
Select commit
Hold shift + click to select a range
37d6370
Restructure primary emission queries
kndehaan 9900649
Direct emissions queries for chart
kndehaan 199a301
Add MT query for total GHG emissions
kndehaan 64c893e
Add 1990 emissions to emissions.csv files
kndehaan 1146316
1990 emission queries energy sector
kndehaan aa6efaf
Add queries for the direct GHG emmisions per sector
robindesmit-quintel 17932e5
Queries for MT test
kndehaan 3918fe7
Include the Direct total GHG emissions and its reduction relative 1990.
robindesmit-quintel 337ec9f
Rewrite 1990 queries
kndehaan e7d6ff3
Change unit from mt to MT
kndehaan 7455998
Corrections in dashboard items
kndehaan bc379fb
Remove unnecessary mechanical turk 1990 emission queries
kndehaan 6e98f63
Bump Atlas to quintel/atlas@64b4688
kndehaan e5e55e3
Correct for interactive rebase error
kndehaan 1ccec80
Update ghg queries with mapping method
kndehaan 1987489
Update 1990 queries with mapping
kndehaan 8c81742
Unit styling change in query
mabijkerk 8ed48ec
Rename and restructure 1990 queries
kndehaan 0ab22be
Expand 1990 total emission queries set
kndehaan 094c5e4
MT queries
kndehaan a83934a
Update queries according to mapping file
kndehaan 87acdfa
Update indirect emissions query
kndehaan 72a17fb
Update LULUCF 1990 emissions query
kndehaan cbb7aa1
Remove mechanical turk queries
kndehaan a9bbf79
Move total GHG queries to dedicated folder
kndehaan e2fb4ae
Add CO2 and other GHG queries for start/future year
kndehaan 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
6 changes: 6 additions & 0 deletions
6
...t_emissions/1990_emissions/miscellaneous/direct_emissions_indirect_emissions_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_subsector, "Indirect emissions", co2, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
.../direct_emissions/1990_emissions/per_sector/co2/direct_emissions_agriculture_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Agriculture", co2, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...ns/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_buildings_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Buildings", co2, 1990), | ||
| THOUSANDS | ||
| ) |
11 changes: 11 additions & 0 deletions
11
...ions/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_bunkers_co2_1990.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,11 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| SUM( | ||
| (INPUT_VALUE(bunkers_allocated_percentage_shipping) / 100.0) | ||
| * EMISSIONS(emissions_subsector, "International navigation", co2, 1990), | ||
| (INPUT_VALUE(bunkers_allocated_percentage_aviation) / 100.0) | ||
| * EMISSIONS(emissions_subsector, "International aviation", co2, 1990) | ||
| ), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...sions/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_energy_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Energy", co2, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...s/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_households_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Households", co2, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...ons/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_industry_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Industry", co2, 1990), | ||
| THOUSANDS | ||
| ) |
11 changes: 11 additions & 0 deletions
11
...sions/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_lulucf_co2_1990.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,11 @@ | ||
| # LULUCF removals should be handled as negative CO2 emissions | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| SUM( | ||
| EMISSIONS(emissions_sector, "LULUCF", co2, 1990), | ||
| NEG(EMISSIONS(emissions_subsector, "Removals", co2, 1990)) | ||
| ), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...ssions/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_other_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Other", co2, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...ns/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_transport_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "National transport", co2, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...ssions/direct_emissions/1990_emissions/per_sector/co2/direct_emissions_waste_co2_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Waste", co2, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...sions/1990_emissions/per_sector/other_ghg/direct_emissions_agriculture_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Agriculture", other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...issions/1990_emissions/per_sector/other_ghg/direct_emissions_buildings_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Buildings", other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
11 changes: 11 additions & 0 deletions
11
...emissions/1990_emissions/per_sector/other_ghg/direct_emissions_bunkers_other_ghg_1990.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,11 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| SUM( | ||
| (INPUT_VALUE(bunkers_allocated_percentage_shipping) / 100.0) | ||
| * EMISSIONS(emissions_subsector, "International navigation", other_ghg, 1990), | ||
| (INPUT_VALUE(bunkers_allocated_percentage_aviation) / 100.0) | ||
| * EMISSIONS(emissions_subsector, "International aviation", other_ghg, 1990) | ||
| ), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
..._emissions/1990_emissions/per_sector/other_ghg/direct_emissions_energy_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Energy", other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...ssions/1990_emissions/per_sector/other_ghg/direct_emissions_households_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Households", other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...missions/1990_emissions/per_sector/other_ghg/direct_emissions_industry_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Industry", other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
..._emissions/1990_emissions/per_sector/other_ghg/direct_emissions_lulucf_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(lulucf_emissions, non_energetic, other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...t_emissions/1990_emissions/per_sector/other_ghg/direct_emissions_other_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Other", other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...issions/1990_emissions/per_sector/other_ghg/direct_emissions_transport_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "National transport", other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...t_emissions/1990_emissions/per_sector/other_ghg/direct_emissions_waste_other_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| DIVIDE( | ||
| EMISSIONS(emissions_sector, "Waste", other_ghg, 1990), | ||
| THOUSANDS | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...sions/1990_emissions/per_sector/total_ghg/direct_emissions_agriculture_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_agriculture_co2_1990), | ||
| Q(direct_emissions_agriculture_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...issions/1990_emissions/per_sector/total_ghg/direct_emissions_buildings_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_buildings_co2_1990), | ||
| Q(direct_emissions_buildings_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...emissions/1990_emissions/per_sector/total_ghg/direct_emissions_bunkers_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_bunkers_co2_1990), | ||
| Q(direct_emissions_bunkers_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
..._emissions/1990_emissions/per_sector/total_ghg/direct_emissions_energy_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_energy_co2_1990), | ||
| Q(direct_emissions_energy_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...ssions/1990_emissions/per_sector/total_ghg/direct_emissions_households_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_households_co2_1990), | ||
| Q(direct_emissions_households_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...missions/1990_emissions/per_sector/total_ghg/direct_emissions_industry_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_industry_co2_1990), | ||
| Q(direct_emissions_industry_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
..._emissions/1990_emissions/per_sector/total_ghg/direct_emissions_lulucf_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_lulucf_co2_1990), | ||
| Q(direct_emissions_lulucf_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...t_emissions/1990_emissions/per_sector/total_ghg/direct_emissions_other_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_other_co2_1990), | ||
| Q(direct_emissions_other_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...issions/1990_emissions/per_sector/total_ghg/direct_emissions_transport_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_transport_co2_1990), | ||
| Q(direct_emissions_transport_other_ghg_1990) | ||
| ) |
6 changes: 6 additions & 0 deletions
6
...t_emissions/1990_emissions/per_sector/total_ghg/direct_emissions_waste_total_ghg_1990.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,6 @@ | ||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_waste_co2_1990), | ||
| Q(direct_emissions_waste_other_ghg_1990) | ||
| ) |
10 changes: 10 additions & 0 deletions
10
...emissions/totals/co2/direct_emissions_co2_excl_indirect_emissions_lulucf_bunkers_1990.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,10 @@ | ||
| # Total CO2 emissions excl. indirect emissions, LULUCF and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_co2_incl_indirect_emissions_lulucf_bunkers_1990), | ||
| NEG(Q(direct_emissions_indirect_emissions_co2_1990)), | ||
| NEG(Q(direct_emissions_lulucf_co2_1990)), | ||
| NEG(Q(direct_emissions_bunkers_co2_1990)) | ||
| ) |
9 changes: 9 additions & 0 deletions
9
...ions/totals/co2/direct_emissions_co2_incl_indirect_emissions_excl_lulucf_bunkers_1990.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 @@ | ||
| # Total CO2 emissions incl. indirect emissions, excl. LULUCF and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_co2_incl_indirect_emissions_lulucf_bunkers_1990), | ||
| NEG(Q(direct_emissions_lulucf_co2_1990)), | ||
| NEG(Q(direct_emissions_bunkers_co2_1990)) | ||
| ) |
16 changes: 16 additions & 0 deletions
16
...emissions/totals/co2/direct_emissions_co2_incl_indirect_emissions_lulucf_bunkers_1990.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,16 @@ | ||
| # Total CO2 emissions incl. indirect emissions, LULUCF and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_energy_co2_1990), | ||
| Q(direct_emissions_industry_co2_1990), | ||
| Q(direct_emissions_transport_co2_1990), | ||
| Q(direct_emissions_buildings_co2_1990), | ||
| Q(direct_emissions_households_co2_1990), | ||
| Q(direct_emissions_agriculture_co2_1990), | ||
| Q(direct_emissions_other_co2_1990), | ||
| Q(direct_emissions_lulucf_co2_1990), | ||
| Q(direct_emissions_waste_co2_1990), | ||
| Q(direct_emissions_bunkers_co2_1990) | ||
| ) |
8 changes: 8 additions & 0 deletions
8
...ions/totals/co2/direct_emissions_co2_incl_indirect_emissions_lulucf_excl_bunkers_1990.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,8 @@ | ||
| # Total CO2 emissions incl. indirect emissions and LULUCF, excl. international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_co2_incl_indirect_emissions_lulucf_bunkers_1990), | ||
| NEG(Q(direct_emissions_bunkers_co2_1990)) | ||
| ) |
9 changes: 9 additions & 0 deletions
9
...ions/totals/co2/direct_emissions_co2_incl_lulucf_excl_indirect_emissions_bunkers_1990.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 @@ | ||
| # Total CO2 emissions incl. LULUCF, excl indirect emissions and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_co2_incl_indirect_emissions_lulucf_bunkers_1990), | ||
| NEG(Q(direct_emissions_indirect_emissions_co2_1990)), | ||
| NEG(Q(direct_emissions_bunkers_co2_1990)) | ||
| ) |
10 changes: 10 additions & 0 deletions
10
...tals/other_ghg/direct_emissions_other_ghg_excl_indirect_emissions_lulucf_bunkers_1990.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,10 @@ | ||
| # Total other GHG emissions excl. indirect emissions, LULUCF and international transport for 1990 | ||
| # Only indirect CO2 emissions are modelled, therefore there is no query for indirect other GHG | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_other_ghg_incl_indirect_emissions_lulucf_bunkers_1990), | ||
| NEG(Q(direct_emissions_lulucf_other_ghg_1990)), | ||
| NEG(Q(direct_emissions_bunkers_other_ghg_1990)) | ||
| ) |
9 changes: 9 additions & 0 deletions
9
...other_ghg/direct_emissions_other_ghg_incl_indirect_emissions_excl_lulucf_bunkers_1990.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 @@ | ||
| # Total other GHG emissions incl. indirect emissions, excl. LULUCF and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_other_ghg_incl_indirect_emissions_lulucf_bunkers_1990), | ||
| NEG(Q(direct_emissions_lulucf_other_ghg_1990)), | ||
| NEG(Q(direct_emissions_bunkers_other_ghg_1990)) | ||
| ) |
16 changes: 16 additions & 0 deletions
16
...tals/other_ghg/direct_emissions_other_ghg_incl_indirect_emissions_lulucf_bunkers_1990.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,16 @@ | ||
| # Total other GHG emissions incl. indirect emissions, LULUCF and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_energy_other_ghg_1990), | ||
| Q(direct_emissions_industry_other_ghg_1990), | ||
| Q(direct_emissions_transport_other_ghg_1990), | ||
| Q(direct_emissions_buildings_other_ghg_1990), | ||
| Q(direct_emissions_households_other_ghg_1990), | ||
| Q(direct_emissions_agriculture_other_ghg_1990), | ||
| Q(direct_emissions_other_other_ghg_1990), | ||
| Q(direct_emissions_lulucf_other_ghg_1990), | ||
| Q(direct_emissions_waste_other_ghg_1990), | ||
| Q(direct_emissions_bunkers_other_ghg_1990) | ||
| ) |
8 changes: 8 additions & 0 deletions
8
...other_ghg/direct_emissions_other_ghg_incl_indirect_emissions_lulucf_excl_bunkers_1990.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,8 @@ | ||
| # Total other GHG emissions incl. indirect emissions and LULUCF, excl. international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_other_ghg_incl_indirect_emissions_lulucf_bunkers_1990), | ||
| NEG(Q(direct_emissions_bunkers_other_ghg_1990)) | ||
| ) |
9 changes: 9 additions & 0 deletions
9
...other_ghg/direct_emissions_other_ghg_incl_lulucf_excl_indirect_emissions_bunkers_1990.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 @@ | ||
| # Total other GHG emissions incl. LULUCF, excl indirect emissions and international transport for 1990 | ||
| # Only indirect CO2 emissions are modelled, therefore there is no query for indirect other GHG | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_other_ghg_incl_indirect_emissions_lulucf_bunkers_1990), | ||
| NEG(Q(direct_emissions_bunkers_other_ghg_1990)) | ||
| ) |
8 changes: 8 additions & 0 deletions
8
...tals/total_ghg/direct_emissions_total_ghg_excl_indirect_emissions_lulucf_bunkers_1990.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,8 @@ | ||
| # Total GHG emissions excl. indirect emissions, LULUCF and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_co2_excl_indirect_emissions_lulucf_bunkers_1990), | ||
| Q(direct_emissions_other_ghg_excl_indirect_emissions_lulucf_bunkers_1990) | ||
| ) |
8 changes: 8 additions & 0 deletions
8
...total_ghg/direct_emissions_total_ghg_incl_indirect_emissions_excl_lulucf_bunkers_1990.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,8 @@ | ||
| # Total GHG emissions incl. indirect emissions, excl. LULUCF and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_co2_incl_indirect_emissions_excl_lulucf_bunkers_1990), | ||
| Q(direct_emissions_other_ghg_incl_indirect_emissions_excl_lulucf_bunkers_1990) | ||
| ) |
16 changes: 16 additions & 0 deletions
16
...tals/total_ghg/direct_emissions_total_ghg_incl_indirect_emissions_lulucf_bunkers_1990.gql
|
kndehaan 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,16 @@ | ||
| # Total GHG emissions incl. indirect emissions, LULUCF and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_energy_total_ghg_1990), | ||
| Q(direct_emissions_industry_total_ghg_1990), | ||
| Q(direct_emissions_transport_total_ghg_1990), | ||
| Q(direct_emissions_buildings_total_ghg_1990), | ||
| Q(direct_emissions_households_total_ghg_1990), | ||
| Q(direct_emissions_agriculture_total_ghg_1990), | ||
| Q(direct_emissions_other_total_ghg_1990), | ||
| Q(direct_emissions_lulucf_total_ghg_1990), | ||
| Q(direct_emissions_waste_total_ghg_1990), | ||
| Q(direct_emissions_bunkers_total_ghg_1990) | ||
| ) |
8 changes: 8 additions & 0 deletions
8
...total_ghg/direct_emissions_total_ghg_incl_indirect_emissions_lulucf_excl_bunkers_1990.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,8 @@ | ||
| # Total GHG emissions incl. indirect emissions and LULUCF, excl. international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_co2_incl_indirect_emissions_lulucf_excl_bunkers_1990), | ||
| Q(direct_emissions_other_ghg_incl_indirect_emissions_lulucf_excl_bunkers_1990) | ||
| ) |
8 changes: 8 additions & 0 deletions
8
...total_ghg/direct_emissions_total_ghg_incl_lulucf_excl_indirect_emissions_bunkers_1990.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,8 @@ | ||
| # Total GHG emissions incl. LULUCF, excl indirect emissions and international transport for 1990 | ||
|
|
||
| - unit = MT | ||
| - query = | ||
| SUM( | ||
| Q(direct_emissions_co2_incl_lulucf_excl_indirect_emissions_bunkers_1990), | ||
| Q(direct_emissions_other_ghg_incl_lulucf_excl_indirect_emissions_bunkers_1990) | ||
| ) |
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.