owid / co2-data

Data on CO2 and greenhouse gas emissions by Our World in Data
https://ourworldindata.org/co2-and-other-greenhouse-gas-emissions
655 stars 219 forks source link

Update co2 dataset #27

Closed pabloarosado closed 2 years ago

pabloarosado commented 2 years ago

Summary:

Updated datasets:

Solved issues:

To-do:

Main changes:

pabloarosado commented 2 years ago

Hi @bnjmacdonald , could you please explain the meaning of the "EPOCH_DATE" in utils? I'm not sure if it's a date tag that needs to be updated. Thanks!

bnjmacdonald commented 2 years ago

Hi @bnjmacdonald , could you please explain the meaning of the "EPOCH_DATE" in utils? I'm not sure if it's a date tag that needs to be updated. Thanks!

It's a fixed date that serves as part of a kludge for the grapher to display YYYYMMDD on the x-axis (instead of YYYY on the x-axis, as it was originally designed for). e.g. you can see it in owidTypes.ts. So this shouldn't need any updating until Grapher's use of epoch_date changes.