From daa8990e48acce5b659bd8f1725187db81d4b1ed Mon Sep 17 00:00:00 2001 From: Carla Date: Fri, 21 Aug 2015 14:00:49 +0200 Subject: [PATCH] Update README.md --- geocoder/admin0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geocoder/admin0/README.md b/geocoder/admin0/README.md index 531c95a..1adb869 100644 --- a/geocoder/admin0/README.md +++ b/geocoder/admin0/README.md @@ -8,7 +8,7 @@ Accepts a list of terms. Terms are searched against the ```name_``` column in `` # Creation steps 1. Upload fresh NaturalEarth data to ```ne_admin0_v3```. The source file creates a table with the name `ne_10m_admin0_countries`. -2. Create tables `admin0_synonyms` and `admin0_synonym_additions` +2. Create tables `admin0_synonyms` and `admin0_synonym_additions` (you can import `data/admin0_synonym_additions.csv` to get an already curated list of manual synonyms) 3. If fresh, add all `sql/indexes.sql` and `sql/triggers.sql` 4. Upload the `data/wikipedia_countries_native_names.csv` table if it doesn't already exist 5. Upload the `data/wikipedia_iso_3166_2` table if it doesn't already exist