Browse Source

Add v231222 to config and readme

Johannes Gütschow 1 năm trước cách đây
mục cha
commit
873d8ccf21
2 tập tin đã thay đổi với 104 bổ sung72 xóa
  1. 1 0
      README.md
  2. 103 72
      src/versions.py

+ 1 - 0
README.md

@@ -8,6 +8,7 @@ The dataset is converted to the PRIMAP2 format and provided in both the csv-base
 This repository downloads data on global CO2 emissions from cement production from [Zenodo](https://zenodo.org/records/831454).
 The downloaded dataset can then be converted into CSV (.csv file extension) or NetCDF (.nc file extension) format. Converted data are available for the following versions:
 
+- | v231222 |[Zenodo](https://zenodo.org/records/10423498) |
 - | v231016 |[Zenodo](https://zenodo.org/records/10008931) |
 - | v230913 |[Zenodo](https://zenodo.org/records/8339353) |
 - | v230428 |[Zenodo](https://zenodo.org/records/7875557) |

+ 103 - 72
src/versions.py

@@ -1,99 +1,130 @@
 # configurations for the different versions. mainly metadata
 
 versions = {
+    "v231222": {
+        "date": "22-Dec-2023",
+        "ver_str_long": "version 231222",
+        "ver_str_short": "231222",
+        "folder": "v231222",
+        "transpose": False,
+        "filename": "0. GCP-CEM.csv",
+        "ref": "10.5281/zenodo.10423498",
+        "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,
+    },
     "v231016": {
-        'date': '16-Oct-2023',
-        'ver_str_long': 'version 231016',
-        'ver_str_short': '231016',
+        "date": "16-Oct-2023",
+        "ver_str_long": "version 231016",
+        "ver_str_short": "231016",
         "folder": "v231016",
         "transpose": False,
         "filename": "0. GCP-CEM.csv",
-        'ref': '10.5281/zenodo.10008931',
-        '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,
+        "ref": "10.5281/zenodo.10008931",
+        "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,
     },
     "v230913": {
-        'date': '13-Sep-2023',
-        'ver_str_long': 'version 230913',
-        'ver_str_short': '230913',
+        "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,
+        "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',
+        "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,
+        "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',
+        "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,
+        "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',
+        "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,
-    }
-}
+        "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,
+    },
+}