Browse Source

update BTR

Johannes Gütschow 1 month ago
parent
commit
ce4dc4b61d

+ 1 - 1
downloaded_data/UNFCCC/submissions-BTR1.csv

@@ -1 +1 @@
-../../.git/annex/objects/kG/1W/MD5E-s69436--a69e557fee5770d5afdb630601a575ca.csv/MD5E-s69436--a69e557fee5770d5afdb630601a575ca.csv
+../../.git/annex/objects/Pf/fk/MD5E-s72772--653ab4dd00ec153d6073148a8c4e5b60.csv/MD5E-s72772--653ab4dd00ec153d6073148a8c4e5b60.csv

File diff suppressed because it is too large
+ 416 - 353
poetry.lock


+ 1 - 1
src/unfccc_ghg_data/unfccc_downloader/fetch_submissions_btr.py

@@ -74,7 +74,7 @@ if __name__ == "__main__":
         if "href" not in link.attrs:
             continue
         href = link.attrs["href"]
-        if "documents/" in href:
+        if ("documents/" in href) or ("node/" in href) or ("NODE/" in href):
             if "title" in link.attrs.keys():
                 title = link.attrs["title"]
             else:

Some files were not shown because too many files changed in this diff