versions.py 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # configurations for the different versions. mainly metadata
  2. versions = {
  3. "v230913": {
  4. 'date': '13-Sep-2023',
  5. 'ver_str_long': 'version 230913',
  6. 'ver_str_short': '230913',
  7. "folder": "v230913",
  8. "transpose": False,
  9. "filename": "0. GCP-CEM.csv",
  10. 'ref': '10.5281/zenodo.8339353',
  11. 'ref2': '10.5194/essd-11-1675-2019',
  12. 'title': 'Global CO2 emissions from cement production',
  13. 'institution': "CICERO - Center for International Climate Research",
  14. 'filter_keep': {},
  15. 'filter_remove': {},
  16. 'contact': "johannes.guetschow@climate-resource.com",
  17. 'comment': ("Published by Robbie Andrew, converted to PRIMAP2 format by "
  18. "Johannes Gütschow"),
  19. 'unit': 'kt * CO2 / year',
  20. 'country_code': True,
  21. },
  22. "v230428": {
  23. 'date': '28-Apr-2023',
  24. 'ver_str_long': 'version 230428',
  25. 'ver_str_short': '230428',
  26. "folder": "v230428",
  27. "transpose": True,
  28. "filename": "1. Cement_emissions_data.csv",
  29. 'ref': '10.5281/zenodo.7081360',
  30. 'ref2': '10.5194/essd-11-1675-2019',
  31. 'title': 'Global CO2 emissions from cement production',
  32. 'institution': "CICERO - Center for International Climate Research",
  33. 'filter_keep': {},
  34. 'filter_remove': {},
  35. 'contact': "johannes.guetschow@climate-resource.com",
  36. 'comment': ("Published by Robbie Andrew, converted to PRIMAP2 format by "
  37. "Johannes Gütschow"),
  38. 'unit': 'kt * CO2 / year',
  39. 'country_code': False,
  40. },
  41. "v220915": {
  42. 'date': '15-Sep-2022',
  43. 'ver_str_long': 'version 220915',
  44. 'ver_str_short': '220915',
  45. "folder": "v220915",
  46. "transpose": True,
  47. "filename": "1. Cement_emissions_data.csv",
  48. 'ref': '10.5281/zenodo.7081360',
  49. 'ref2': '10.5194/essd-11-1675-2019',
  50. 'title': 'Global CO2 emissions from cement production',
  51. 'institution': "CICERO - Center for International Climate Research",
  52. 'filter_keep': {},
  53. 'filter_remove': {},
  54. 'contact': "johannes.guetschow@climate-resource.com",
  55. 'comment': ("Published by Robbie Andrew, converted to PRIMAP2 format by "
  56. "Johannes Gütschow"),
  57. 'unit': 'kt * CO2 / year',
  58. 'country_code': False,
  59. },
  60. "v220516": {
  61. 'date': '16-May-2022',
  62. 'ver_str_long': 'version 220516',
  63. 'ver_str_short': '220516',
  64. "folder": "v220516",
  65. "transpose": True,
  66. "filename": "1. Cement_emissions_data.csv",
  67. 'ref': '10.5281/zenodo.6553090',
  68. 'ref2': '10.5194/essd-11-1675-2019',
  69. 'title': 'Global CO2 emissions from cement production',
  70. 'institution': "CICERO - Center for International Climate Research",
  71. 'filter_keep': {},
  72. 'filter_remove': {},
  73. 'contact': "johannes.guetschow@climate-resource.com",
  74. 'comment': ("Published by Robbie Andrew, converted to PRIMAP2 format by "
  75. "Johannes Gütschow"),
  76. 'unit': 'kt * CO2 / year',
  77. 'country_code': False,
  78. }
  79. }