1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # configurations for the different versions. mainly metadata
- versions = {
- "v230913": {
- 'date': '13-Sep-2023',
- 'ver_str_long': 'version 230913',
- 'ver_str_short': '230913',
- "folder": "v230913",
- "transpose": False,
- "filename": "0. GCP-CEM.csv",
- 'ref': '10.5281/zenodo.8339353',
- 'ref2': '10.5194/essd-11-1675-2019',
- 'title': 'Global CO2 emissions from cement production',
- 'institution': "CICERO - Center for International Climate Research",
- 'filter_keep': {},
- 'filter_remove': {},
- 'contact': "johannes.guetschow@climate-resource.com",
- 'comment': ("Published by Robbie Andrew, converted to PRIMAP2 format by "
- "Johannes Gütschow"),
- 'unit': 'kt * CO2 / year',
- 'country_code': True,
- },
- "v230428": {
- 'date': '28-Apr-2023',
- 'ver_str_long': 'version 230428',
- 'ver_str_short': '230428',
- "folder": "v230428",
- "transpose": True,
- "filename": "1. Cement_emissions_data.csv",
- 'ref': '10.5281/zenodo.7081360',
- 'ref2': '10.5194/essd-11-1675-2019',
- 'title': 'Global CO2 emissions from cement production',
- 'institution': "CICERO - Center for International Climate Research",
- 'filter_keep': {},
- 'filter_remove': {},
- 'contact': "johannes.guetschow@climate-resource.com",
- 'comment': ("Published by Robbie Andrew, converted to PRIMAP2 format by "
- "Johannes Gütschow"),
- 'unit': 'kt * CO2 / year',
- 'country_code': False,
- },
- "v220915": {
- 'date': '15-Sep-2022',
- 'ver_str_long': 'version 220915',
- 'ver_str_short': '220915',
- "folder": "v220915",
- "transpose": True,
- "filename": "1. Cement_emissions_data.csv",
- 'ref': '10.5281/zenodo.7081360',
- 'ref2': '10.5194/essd-11-1675-2019',
- 'title': 'Global CO2 emissions from cement production',
- 'institution': "CICERO - Center for International Climate Research",
- 'filter_keep': {},
- 'filter_remove': {},
- 'contact': "johannes.guetschow@climate-resource.com",
- 'comment': ("Published by Robbie Andrew, converted to PRIMAP2 format by "
- "Johannes Gütschow"),
- 'unit': 'kt * CO2 / year',
- 'country_code': False,
- },
- "v220516": {
- 'date': '16-May-2022',
- 'ver_str_long': 'version 220516',
- 'ver_str_short': '220516',
- "folder": "v220516",
- "transpose": True,
- "filename": "1. Cement_emissions_data.csv",
- 'ref': '10.5281/zenodo.6553090',
- 'ref2': '10.5194/essd-11-1675-2019',
- 'title': 'Global CO2 emissions from cement production',
- 'institution': "CICERO - Center for International Climate Research",
- 'filter_keep': {},
- 'filter_remove': {},
- 'contact': "johannes.guetschow@climate-resource.com",
- 'comment': ("Published by Robbie Andrew, converted to PRIMAP2 format by "
- "Johannes Gütschow"),
- 'unit': 'kt * CO2 / year',
- 'country_code': False,
- }
- }
|