diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-18 13:28:06 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-18 13:28:06 +0100 |
| commit | b28f65ad5016ba3c3c9f973bd2a64ea3c8a3f84c (patch) | |
| tree | 66cd5ba28f0b3687871d4f7f65078329463fd00c /scraper/s2-geocode.py | |
| parent | 98d7c92f0050ca92ec6b72758a6d5b680f9e4d7f (diff) | |
get institutions from spreadsheet
Diffstat (limited to 'scraper/s2-geocode.py')
| -rw-r--r-- | scraper/s2-geocode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/s2-geocode.py b/scraper/s2-geocode.py index eb2a80d9..25eb6f8a 100644 --- a/scraper/s2-geocode.py +++ b/scraper/s2-geocode.py @@ -60,7 +60,7 @@ def s2_geocode(fn): print("{}...".format(i)) write_csv('./reports/doi_institutions_geocoded.csv', keys=None, rows=valid) write_csv('./reports/doi_institutions_not_found.csv', keys=None, rows=invalid) - #time.sleep(2) + time.sleep(2) def remove_department_name(name): name_partz = name.split(', ') |
