From e997f64de94975f997153ce944ce7e0a75542b36 Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 30 Jun 2015 17:15:57 +0200 Subject: [PATCH] Update README.md --- geocoder/namedplace/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/geocoder/namedplace/README.md b/geocoder/namedplace/README.md index 9e83b8b..712bd2a 100644 --- a/geocoder/namedplace/README.md +++ b/geocoder/namedplace/README.md @@ -10,8 +10,9 @@ SELECT (geocode_namedplace(Array['sunapee', 'sunapeeee', 'New York City'], 'USA' # Creation steps 1. Download the allCountries and alternateNames tables from the source 2. In order to clean the files from characters that may provoke issues in the importation to CartoDB, please run in your terminal: `sed 's/"//' filename.txt > filename.out.txt` -3. Generate the `global_cities_points_limited` and `global_cities_alternates_limited` tables -4. Run the `sql/build_data_table.sql` script to build the `global_cities_points_limited` table +3. Import the zipped files for allCountries and alternateNames once processed +4. Generate the `global_cities_points_limited` and `global_cities_alternates_limited` tables +5. Run the `sql/build_data_table.sql` script to build the `global_cities_points_limited` table # Tables