diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-07 12:05:35 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-07 12:05:35 +0100 |
| commit | e409d67308ba81a95df9740db59f501b23bb1228 (patch) | |
| tree | 2e67ff6cd0d7d8be865aca76b90c82eb208cc33f /s2-geocode.py | |
| parent | 4f3f12def2af08577ed2044bab8e5041fa627581 (diff) | |
| parent | 9b0a730a5c6feb7b0d9259637a51fda9b7ccfadc (diff) | |
Merge branch 'master' of asdf.us:megapixels_dev
Diffstat (limited to 's2-geocode.py')
| -rw-r--r-- | s2-geocode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s2-geocode.py b/s2-geocode.py index 78ca5acf..0c5a3540 100644 --- a/s2-geocode.py +++ b/s2-geocode.py @@ -41,7 +41,7 @@ def s2_geocode(fn): else: print("not found: {}".format(name)) invalid.append(row) - invalid_names.append(name) + invalid_names.append(row[0]) if i and (i % 20) == 0: print("{}...".format(i)) write_csv('./reports/doi_institutions_geocoded.csv', keys=None, rows=valid) |
