Compare commits
5 Commits
cdb_geocod
...
cdb_geocod
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90e9e4247a | ||
|
|
9a14b3aab3 | ||
|
|
65cb57ab9f | ||
|
|
22ddee4120 | ||
|
|
c703abd774 |
@@ -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]:
|
||||
|
||||
@@ -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]:
|
||||
|
||||
@@ -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]:
|
||||
|
||||
@@ -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]:
|
||||
|
||||
@@ -187,6 +187,8 @@ SELECT (geocode_postalcode_points(Array['03204'],Array['ESP'])).*
|
||||

|
||||
|
||||
# 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]:
|
||||
|
||||
Reference in New Issue
Block a user