Skip to content

Commit

Permalink
Use centralized apply-geolocation-rules
Browse files Browse the repository at this point in the history
Remove the copies in this repo and update references.

The centralized script is functionally identical.
  • Loading branch information
victorlin committed Aug 8, 2023
1 parent 95309bd commit 03e1820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 249 deletions.
2 changes: 1 addition & 1 deletion ingest/ingest.smk
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ rule transform_metadata:
"""
ingest/scripts/tsv-to-ndjson.py < {input.metadata} |
ingest/scripts/fix_country_field.py |
ingest/scripts/apply-geolocation-rules.py --geolocation-rules ingest/config/geoLocationRules.tsv |
ingest/vendored/apply-geolocation-rules --geolocation-rules ingest/config/geoLocationRules.tsv |
ingest/scripts/add-year.py |
ingest/scripts/ndjson-to-tsv.py --metadata-columns {params.metadata_columns} --metadata {output.metadata}
"""
Expand Down
248 changes: 0 additions & 248 deletions ingest/scripts/apply-geolocation-rules.py

This file was deleted.

0 comments on commit 03e1820

Please sign in to comment.