Browse Source

update README, changes to NC downloader

Johannes Gütschow 3 years ago
parent
commit
21f9707381
2 changed files with 1 additions and 4 deletions
  1. 1 1
      README.md
  2. 0 3
      code/UNFCCC_downloader/download_nc.py

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # Collaborative UNFCCC non-AnnexI dataset
-Currently under initial development and not meant for wider use.
+Currently under initial development and not meant for wider use. code is based on [national-inventory-submissions](https://github.com/openclimatedata/national-inventory-submisions)
 
 ## Description
 ### Structure

+ 0 - 3
code/UNFCCC_downloader/download_nc.py

@@ -31,9 +31,6 @@ url = "https://unfccc.int/non-annex-I-NCs"
 # try the download again
 error_file_sizes = [212, 210]
 
-# find which BUR submission rounds exist
-present_BURs = submissions.Kind.unique()
-
 # Ensure download path and subfolders exist
 download_path = root / "downloaded_data" / "UNFCCC"
 if not download_path.exists():