5 Commits

Author SHA1 Message Date
Carla
90e9e4247a Update README.md 2015-12-02 11:39:30 +01:00
Carla
9a14b3aab3 Update README.md 2015-12-02 11:39:15 +01:00
Carla
65cb57ab9f Update README.md 2015-12-02 11:38:55 +01:00
Carla
22ddee4120 Update README.md 2015-12-02 11:38:41 +01:00
Carla
c703abd774 Update README.md 2015-12-02 11:37:52 +01:00
5 changed files with 11 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ SELECT (geocode_admin0_polygons(Array['Spain', 'USA', ''])).*;
5. Upload the `data/wikipedia_iso_3166_2` table if it doesn't already exist
6. Run the `sql/subdivide_polygons.sql`
7. Run the `sql/build_synonym_table.sql`
8. If needed, load or replace the function with `sql/geocoder.sql`. Don't forget to create the types: `geocode_admin_v1` and `synonym_lookup_v1`
8. Create the types: `geocode_admin_v1` and `synonym_lookup_v1`
# Tables
#### admin0_synonyms
@@ -290,6 +290,8 @@ For country boundaries, we use the data provided by Natural Earth Data. The whol
# Known issues
# Historic
* [01/12/2015]:
* Removed geocoder functions. Check the /extension folder instead.
* [19/10/2015]:
* Revision and usage examples addition
* [06/10/2015]:

View File

@@ -19,7 +19,6 @@ SELECT (geocode_admin1_polygons(Array['Alicante', 'California'], Array['Spain',
3. If fresh, add all `sql/indexes.sql` and `sql/triggers.sql`
4. Run the `sql/build_data_table.sql` script.
5. Run the `sql/build_admin1_synonyms.sql` script.
6. If needed, load or replace the function with `sql/geocoder.sql`
# Tables
@@ -210,6 +209,8 @@ The table contains the following columns to be populated:
* In Italy, provinces are being shown instead of ADMIN1 regions. The same happened with Spain, which is manually fixed.
# Historic:
* [01/12/2015]:
* Removed geocoder function. Check /extensions instead.
* [19/10/2015]:
* Updates on README + Adding usage examples
* [08/10/2015]:

View File

@@ -65,6 +65,8 @@ In order to test the data and the functions created under the script avaialble i
# Known issues
# Historic:
* [01/12/2015]:
* Removed geocoder function. Check /extensions instead.
* [19/10/2015]:
* Updates README and adds usage example and definition of the service
* [08/10/2015]:

View File

@@ -165,6 +165,8 @@ In order to test the data and the functions created under the script avaialble i
* Needs a better approach for synonyms and normalisation
# Historic:
* [01/12/2015]:
* Removed geocoder function. Check /extensions instead.
* [19/10/2015]:
* Updates README with process description and update setup scripts
* [08/10/2015]:

View File

@@ -187,6 +187,8 @@ SELECT (geocode_postalcode_points(Array['03204'],Array['ESP'])).*
![Duplicates](https://camo.githubusercontent.com/1dbd4874830b0654b2fc2e11cd2a650d498f6bc9/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f323837393330382f53637265656e25323053686f74253230323031352d30362d3239253230617425323031322e35362e30332e706e67)
# Historic:
* [01/12/2015]:
* Removed geocoder function. Check /extensions instead.
* [30/10/2015]:
* Found bug #173 https://github.com/CartoDB/data-services/issues/173
* [19/10/2015]: