Parcourir la source

fixed issue in CRT1 spec for Chile

Johannes Gütschow il y a 2 mois
Parent
commit
fb0f4c340e

+ 2 - 0
src/unfccc_ghg_data/unfccc_crf_reader/crf_specifications/__init__.py

@@ -7,6 +7,7 @@ from .crf2022_specification import CRF2022
 from .crf2023_aus_specification import CRF2023_AUS
 from .crf2023_specification import CRF2023
 from .crf2024_specification import CRF2024
+from .crt1_chl_specification import CRT1_CHL
 from .crt1_pry_specification import CRT1_PRY
 from .crt1_specification import CRT1
 from .crt1_tun_specification import CRT1_TUN
@@ -18,6 +19,7 @@ __all__ = [
     "CRF2023_AUS",
     "CRF2024",
     "CRT1",
+    "CRT1_CHL",
     "CRT1_PRY",
     "CRT1_TUN",
 ]

+ 1 - 1
src/unfccc_ghg_data/unfccc_crf_reader/crf_specifications/crt1_chl_specification.py

@@ -16,5 +16,5 @@ gwp_to_use = "AR5GWP100"
 CRT1_CHL = deepcopy(CRT1)
 
 CRT1_CHL["Table3.B(b)"]["table"]["cols_to_ignore"][
-    3
+    2
 ] = "ACTIVITY DATA AND OTHER RELATED INFORMATION Typical animal mass (average) (kg/ animal)"