瀏覽代碼

fix URL for CRF 2024

Johannes Gütschow 10 月之前
父節點
當前提交
c92d5251eb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      UNFCCC_GHG_data/UNFCCC_downloader/fetch_submissions_annexI.py

+ 2 - 2
UNFCCC_GHG_data/UNFCCC_downloader/fetch_submissions_annexI.py

@@ -34,11 +34,11 @@ if int(year) == 2019:
         "greenhouse-gas-inventories-annex-i-parties/"
         "national-inventory-submissions-{}".format(year)
     )
-elif int(year) in range(2020,2023):
+elif int(year) in range(2020,2025):
     url = (
         "https://unfccc.int/ghg-inventories-annex-i-parties/{}".format(year)
     )
-elif int(year) >= 2023:
+elif int(year) >= 2025:
     url = (
         "https://unfccc.int/process-and-meetings/transparency-and-reporting/"
         "reporting-and-review-under-the-convention/"