Ver Fonte

adjust reading script to folder structure

Johannes Gütschow há 3 anos atrás
pai
commit
b3ade6f55e

+ 1 - 1
code/UNFCCC_reader/Chile/read_CHL_BUR4_from_xlsx.py

@@ -16,7 +16,7 @@ from primap2.pm2io._data_reading import filter_data
 # ###
 
 input_folder = Path('..') / '..' / '..' / 'downloaded_data' / 'UNFCCC' / 'Chile' / 'BUR4'
-output_folder = Path('..') / '..' / '..' / 'extracted_data' / 'Chile'
+output_folder = Path('..') / '..' / '..' / 'extracted_data' / 'UNFCCC', 'Chile'
 
 output_filename = 'CHL_BUR4_2021_'
 

+ 1 - 1
code/UNFCCC_reader/Republic_of_Korea/read_KOR_BUR4_from_xlsx.py

@@ -15,7 +15,7 @@ from primap2.pm2io._data_reading import filter_data
 # ###
 
 input_folder = Path('..') / '..' / '..' / 'downloaded_data' / 'non-UNFCCC' / 'Republic_of_Korea' / '2020_Inventory'
-output_folder = Path('..') / '..' / '..' / 'extracted_data' / 'Republic_of_Korea'
+output_folder = Path('..') / '..' / '..' / 'extracted_data' / 'UNFCCC' / 'Republic_of_Korea'
 
 output_filename = 'KOR_BUR4_2021_'