Skip to content
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

Add gapminder co2 per capita data from gapminder dataset #26

Open
jheeffer opened this issue Nov 4, 2016 · 3 comments
Open

Add gapminder co2 per capita data from gapminder dataset #26

jheeffer opened this issue Nov 4, 2016 · 3 comments
Assignees

Comments

@jheeffer
Copy link
Member

jheeffer commented Nov 4, 2016

We'll fix the whole pipeline source to end

  1. ddf--cdiac--co2
    Clear up units of indicators ddf--cdiac--co2#3 Clean up CDIAC units
    What is actual definition of total emission ddf--cdiac--co2#4 Clean up CDIAC definitions & versions
  2. ddf--gapminder--co2_emission
    Country Names in CDIAC but not in gapminder's geo domain ddf--gapminder--co2_emission#1 Fix entity mapping to geo
    Add all Gapminder World CO2 indicators from CDIAC ddf--gapminder--co2_emission#2 Add all indicators

Then for Systema Globalis:

  1. replace the GW indicators mentioned in Add all Gapminder World CO2 indicators from CDIAC ddf--gapminder--co2_emission#2 with ddf--gapminder--co2_emission indicators
  2. Remove yearly_co2_emissions_tonnes from SG. (remove from GW and CDIAC recipes)

For co2_emissions_tonnes_per_person make sure that

  • concept name is CO2 per capita (now CO2 emissions)
  • default scale is log (now linear)

For all make sure that

@jheeffer jheeffer assigned angiehjort and semio and unassigned angiehjort Nov 4, 2016
@semio
Copy link
Contributor

semio commented Nov 9, 2016

For descriptions of concepts, if they are not correct in old GW, can you provide a correct version?

Below are my suggestions, do they look good?

  • CO2 per capita (metric tonnes per person): Carbon dioxide emissions from the fossil fuel consumption, cement production and gas flaring (metric tonnes of CO2 per person).
  • Yearly CO2 emissions (1000 tonnes): Total carbon dioxide emissions from the fossil fuel consumption, cement production and gas flaring during the given year (1000 metric tonnes of CO2).
  • Cumulative CO2 emissions (tonnes): Cumulative CO2 emissions from fossil fuel consumption, cement production and gas flaring for the period between 1751 and the relevant year in metric tonnes.

@jheeffer
Copy link
Member Author

jheeffer commented Nov 9, 2016

Good suggestions, I corrected a bit, added per capita to the first one and explicit metric tons (US english is our standard).

co2_emissions_tonnes_per_person
name: CO2 per capita
unit: metric tons per person
description: Per capita carbon dioxide emissions from fossil fuel consumption, cement production and gas flaring (metric tons of CO2 per person).

yearly_co2_emissions_1000_tonnes
name: Yearly CO2 emissions
unit: 1000 metric tons
description: Total carbon dioxide emissions from fossil fuel consumption, cement production and gas flaring during the given year (1000 metric tons of CO2).

cumulative_co2_emissions_tonnes
name: Cumulative CO2 emissions
unit: metric tons
description: Cumulative carbon dioxide emissions from fossil fuel consumption, cement production and gas flaring for the period between 1751 and the relevant year (metric tons of CO2).

@jheeffer
Copy link
Member Author

jheeffer commented Nov 9, 2016

I saw you added removal of yearly_co2_emissions_tonnes through a patch. It's good for now.

Did you consider to just not include it in the GW ingredient?

https://github.com/semio/ddf--gapminder--systema_globalis/blob/master/etl/recipes/recipe_main.yaml#L43-L46

      dataset: ddf--gapminder--gapminder_world
      key: "geo,time"
      value: "*"

instead of * have a list of all Gapminder World indicators and not include yearly_co2_emissions_tonnes.

I'm not sure if this is the right way, biiiiiiig list, maybe a recipe procedure is better..? semio/ddf_utils#33 (filter_column) would be perfect of course.

semio added a commit to open-numbers/ddf--gapminder--co2_emission that referenced this issue Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants