From 0b2980ec30f8e034480a43a6afa97e7f133e3aaa Mon Sep 17 00:00:00 2001 From: martintomas Date: Thu, 1 Feb 2024 15:10:21 +0100 Subject: [PATCH] refactoring: Renaming LUCF to LULUCF at BE --- public/visualizations/per-capita-charts-2019/index.html | 2 +- .../top-emitters-2018/circle_state_config.htm | 2 +- .../top-emitters-2018/circle_state_config_german.htm | 2 +- spec/services/import_historical_emissions_spec.rb | 8 ++++---- .../schemas/api/v1/data/historical_emissions_sectors.json | 2 +- .../shared_contexts/historical_emissions/sectors.rb | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/visualizations/per-capita-charts-2019/index.html b/public/visualizations/per-capita-charts-2019/index.html index 6924adf072..4d46c35fce 100644 --- a/public/visualizations/per-capita-charts-2019/index.html +++ b/public/visualizations/per-capita-charts-2019/index.html @@ -33,7 +33,7 @@ in a story to become invisible it is scrolled out of view. See https://bugs.chromium.org/p/chromium/issues/detail?id=335442 --> \ No newline at end of file diff --git a/public/visualizations/top-emitters-2018/circle_state_config.htm b/public/visualizations/top-emitters-2018/circle_state_config.htm index dca3a181de..1f2c763ac4 100644 --- a/public/visualizations/top-emitters-2018/circle_state_config.htm +++ b/public/visualizations/top-emitters-2018/circle_state_config.htm @@ -1075,7 +1075,7 @@

The Top 10 GHG Emitters Contribute Over Two-Thirds of Global
-
Graphic by Johannes Friedrich. Data source: Preliminary global greenhouse gas emissions 2018 excluding land-use change and forestry (LUCF) from Climate Watch.The EU 27 is considered a country.
+
Graphic by Johannes Friedrich. Data source: Preliminary global greenhouse gas emissions 2018 excluding land-use change and forestry (LULUCF) from Climate Watch.The EU 27 is considered a country.
*Bunker fuels inlcude international aviation and shipping that are not included in country totals. Other territories include regions not covered by Climate Watch country data. See Climate Watch for country level land-use change and forestry and bunker fuel emissions.
diff --git a/public/visualizations/top-emitters-2018/circle_state_config_german.htm b/public/visualizations/top-emitters-2018/circle_state_config_german.htm index 3afc3c698c..fe79ff2067 100644 --- a/public/visualizations/top-emitters-2018/circle_state_config_german.htm +++ b/public/visualizations/top-emitters-2018/circle_state_config_german.htm @@ -1082,7 +1082,7 @@

Die Top 10 Ländern verursachen zwei Dritteln der Treibhausga

-
Graphic by Johannes Friedrich. Data source: Preliminary global greenhouse gas emissions 2018 excluding land-use change and forestry (LUCF) from Climate Watch.The EU 27 is considered a country.
+
Graphic by Johannes Friedrich. Data source: Preliminary global greenhouse gas emissions 2018 excluding land-use change and forestry (LULUCF) from Climate Watch.The EU 27 is considered a country.
*"Globale Bunkerkraftstoffe" inlcude international aviation and shipping that are not included in country totals. "Andere Territorien" include regions not covered by Climate Watch country data. See Climate Watch for country level land-use change and forestry and bunker fuel emissions.
diff --git a/spec/services/import_historical_emissions_spec.rb b/spec/services/import_historical_emissions_spec.rb index 2956522279..072c084225 100644 --- a/spec/services/import_historical_emissions_spec.rb +++ b/spec/services/import_historical_emissions_spec.rb @@ -11,17 +11,17 @@ END ImportHistoricalEmissions::META_SECTORS_FILEPATH => <<~END, Source,AnnexType,Sector,SubsectorOf - Climate Watch,,Total excluding LUCF, - PIK,,Total including LUCF, + Climate Watch,,Total excluding LULUCF, + PIK,,Total including LULUCF, UNFCCC_AI,AI,Total GHG emissions without LULUCF, END ImportHistoricalEmissions::DATA_CW_FILEPATH => <<~END, Country,Source,Sector,Gas,GWP,1990,1991,1992 - ABW,Climate Watch,Total excluding LUCF,All GHG,AR2,15.21284765,15.28643902,14.01053087,14.02811754 + ABW,Climate Watch,Total excluding LULUCF,All GHG,AR2,15.21284765,15.28643902,14.01053087,14.02811754 END ImportHistoricalEmissions::DATA_PIK_FILEPATH => <<~END, Country,Source,Sector,Gas,GWP,1850,1851,1852 - ABW,PIK,Total including LUCF,CH4,AR2,0.00000469,0.00000475,0.00000483 + ABW,PIK,Total including LULUCF,CH4,AR2,0.00000469,0.00000475,0.00000483 END ImportHistoricalEmissions::DATA_UNFCCC_FILEPATH => <<~END, Country,Source,Sector,Gas,GWP,1990,1991,1992 diff --git a/spec/support/schemas/api/v1/data/historical_emissions_sectors.json b/spec/support/schemas/api/v1/data/historical_emissions_sectors.json index fb865fd13a..49a6c393c7 100644 --- a/spec/support/schemas/api/v1/data/historical_emissions_sectors.json +++ b/spec/support/schemas/api/v1/data/historical_emissions_sectors.json @@ -26,7 +26,7 @@ "title": "The Name Schema ", "default": "", "examples": [ - "Total excluding LUCF" + "Total excluding LULUCF" ] }, "parent_id": { diff --git a/spec/support/shared_contexts/historical_emissions/sectors.rb b/spec/support/shared_contexts/historical_emissions/sectors.rb index 3c075b67d1..7954133f32 100644 --- a/spec/support/shared_contexts/historical_emissions/sectors.rb +++ b/spec/support/shared_contexts/historical_emissions/sectors.rb @@ -1,7 +1,7 @@ RSpec.shared_context 'historical emissions sectors' do let(:sector_total) { FactoryBot.create( - :historical_emissions_sector, name: 'Total including LUCF' + :historical_emissions_sector, name: 'Total including LULUCF' ) } let(:sector_energy) {