From 756049d88bc4a2c437f22af46c6139d161ed3530 Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 30 Jun 2015 17:13:27 +0200 Subject: [PATCH] Update README.md --- geocoder/namedplace/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/geocoder/namedplace/README.md b/geocoder/namedplace/README.md index 82b97a6..9e83b8b 100644 --- a/geocoder/namedplace/README.md +++ b/geocoder/namedplace/README.md @@ -8,9 +8,10 @@ SELECT (geocode_namedplace(Array['sunapee', 'sunapeeee', 'New York City'], 'USA' ````` # Creation steps -1. Upload the allCountries and alternateNames tables -2. Generate the `global_cities_points_limited` and `global_cities_alternates_limited` tables -3. Run the `sql/build_data_table.sql` script to build the `global_cities_points_limited` table +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 # Tables