Browse Source

iso3 country code

Daniel Busch 9 months ago
parent
commit
e543c37cf5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/unfccc_ghg_data/unfccc_reader/Cabo_Verde/__init__.py

+ 1 - 1
src/unfccc_ghg_data/unfccc_reader/Cabo_Verde/__init__.py

@@ -9,7 +9,7 @@ including DI (red using the DI-reader) and legacy BUR/NIR (no code)):
 
     from unfccc_ghg_data.helper.functions import (get_country_datasets,
                                                   get_country_submissions)
-    country = 'CV'
+    country = 'CPV'
     # print available submissions
     print("="*15 + " Available submissions " + "="*15)
     get_country_submissions(country, True)