Updates docs for postal code
This commit is contained in:
@@ -2,11 +2,14 @@ Postal code geocoder
|
|||||||
===============
|
===============
|
||||||
|
|
||||||
This section is divided in geocoding postal codes as points or as polygons. Each option has its own sources and its own functions which are described below.
|
This section is divided in geocoding postal codes as points or as polygons. Each option has its own sources and its own functions which are described below.
|
||||||
|
|
||||||
# Postal code geocoder: Polygons
|
# Postal code geocoder: Polygons
|
||||||
## Function
|
## Function
|
||||||
|
|
||||||
By following the next steps a table is populated with zipcodes from Australia, Canada, USA and France (identified by iso3) related with their spatial location in terms of polygons.
|
By following the next steps a table is populated with zipcodes from Australia, Canada, USA and France (identified by iso3) related with their spatial location in terms of polygons.
|
||||||
|
|
||||||
|
## Usage example
|
||||||
|
|
||||||
## Creation steps
|
## Creation steps
|
||||||
|
|
||||||
1. Import the four files attached in the section "Datasources" for Australia (`doc` table), Canada (`gfsa000a11a_e` table), USA (`tl_2013_us_zcta510` table) and France (`codes_postaux` table).
|
1. Import the four files attached in the section "Datasources" for Australia (`doc` table), Canada (`gfsa000a11a_e` table), USA (`tl_2013_us_zcta510` table) and France (`codes_postaux` table).
|
||||||
@@ -50,7 +53,7 @@ Indexes:
|
|||||||
public | geocode_postalcode_polygons | SETOF geocode_namedplace_v1 | code text[] | normal
|
public | geocode_postalcode_polygons | SETOF geocode_namedplace_v1 | code text[] | normal
|
||||||
public | geocode_postalcode_polygons | SETOF geocode_namedplace_country_v1 | code text[], inputcountries text[] | normal
|
public | geocode_postalcode_polygons | SETOF geocode_namedplace_country_v1 | code text[], inputcountries text[] | normal
|
||||||
public | geocode_postalcode_polygons | SETOF geocode_namedplace_v1 | code text[], inputcountry text | normal
|
public | geocode_postalcode_polygons | SETOF geocode_namedplace_v1 | code text[], inputcountry text | normal
|
||||||
`````
|
````
|
||||||
|
|
||||||
### test_geocode_postalcode_polygons
|
### test_geocode_postalcode_polygons
|
||||||
````
|
````
|
||||||
@@ -58,7 +61,7 @@ Indexes:
|
|||||||
--------+----------------------------------+-------------------------------------+------------------------------------+--------
|
--------+----------------------------------+-------------------------------------+------------------------------------+--------
|
||||||
public | test_geocode_postalcode_polygons | SETOF geocode_namedplace_country_v1 | code text[], inputcountries text[] | normal
|
public | test_geocode_postalcode_polygons | SETOF geocode_namedplace_country_v1 | code text[], inputcountries text[] | normal
|
||||||
public | test_geocode_postalcode_polygons | SETOF geocode_namedplace_v1 | code text[], inputcountry text | normal
|
public | test_geocode_postalcode_polygons | SETOF geocode_namedplace_v1 | code text[], inputcountry text | normal
|
||||||
`````
|
````
|
||||||
|
|
||||||
## Response data types
|
## Response data types
|
||||||
* geocode_namedplace_country_v1:
|
* geocode_namedplace_country_v1:
|
||||||
@@ -71,12 +74,20 @@ Indexes:
|
|||||||
## Data Sources
|
## Data Sources
|
||||||
|
|
||||||
* Australian polygons - http://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/2033.0.55.0012011?OpenDocument - Download the KMZ for *Postal Area IRSD, SEIFA 2011*. Unzip and upload the kmz
|
* Australian polygons - http://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/2033.0.55.0012011?OpenDocument - Download the KMZ for *Postal Area IRSD, SEIFA 2011*. Unzip and upload the kmz
|
||||||
|
- Coverage: AUS
|
||||||
|
- Geometry type: polygon
|
||||||
|
|
||||||
* Canadian polygons - http://www12.statcan.gc.ca/census-recensement/2011/geo/bound-limit/bound-limit-2011-eng.cfm - Download ESRI Shp, Forward Sortation Areas, Digital Boundary
|
* Canadian polygons - http://www12.statcan.gc.ca/census-recensement/2011/geo/bound-limit/bound-limit-2011-eng.cfm - Download ESRI Shp, Forward Sortation Areas, Digital Boundary
|
||||||
|
- Coverage: CAN
|
||||||
|
- Geometry type: polygon
|
||||||
|
|
||||||
* USA polygons - http://www2.census.gov/geo/tiger/TIGER2013/ZCTA5/tl_2013_us_zcta510.zip
|
* USA polygons - http://www2.census.gov/geo/tiger/TIGER2013/ZCTA5/tl_2013_us_zcta510.zip
|
||||||
|
- Coverage: USA
|
||||||
|
- Geometry type: polygon
|
||||||
|
|
||||||
* French polygons - http://www.data.gouv.fr/dataset/fond-de-carte-des-codes-postaux
|
* French polygons - http://www.data.gouv.fr/dataset/fond-de-carte-des-codes-postaux
|
||||||
|
- Coverage: FRA
|
||||||
|
- Geometry type: polygon
|
||||||
|
|
||||||
# Postal code geocoder: Points
|
# Postal code geocoder: Points
|
||||||
|
|
||||||
@@ -93,6 +104,8 @@ IT, LU, SK, LI, PR, IM, NO, PT, PL, FI, JP, CA, DE, HU, PH, SE, VA, YT, MK, FR,
|
|||||||
MH, RO, FO, GF, AD, HR, DZ, GT, AU, AS, BE, AT
|
MH, RO, FO, GF, AD, HR, DZ, GT, AU, AS, BE, AT
|
||||||
````
|
````
|
||||||
|
|
||||||
|
## Usage example
|
||||||
|
|
||||||
## Creation steps
|
## Creation steps
|
||||||
|
|
||||||
1. Download the allCountries.zip file from [GeoNames](www.geonames.org). Import and rename the table as tmp_zipcode_points. You can follow the manual process explained below instead.
|
1. Download the allCountries.zip file from [GeoNames](www.geonames.org). Import and rename the table as tmp_zipcode_points. You can follow the manual process explained below instead.
|
||||||
@@ -152,6 +165,8 @@ Import the file ignoring step 2.
|
|||||||
## Data Sources
|
## Data Sources
|
||||||
|
|
||||||
* All countries points [GeoNames](www.geonames.org) - http://download.geonames.org/export/zip/allCountries.zip
|
* All countries points [GeoNames](www.geonames.org) - http://download.geonames.org/export/zip/allCountries.zip
|
||||||
|
- Coverage: See details at function description
|
||||||
|
- Geometry type: point
|
||||||
|
|
||||||
# Geocoder coverage map
|
# Geocoder coverage map
|
||||||

|

|
||||||
@@ -170,6 +185,8 @@ Import the file ignoring step 2.
|
|||||||

|

|
||||||
|
|
||||||
# Historic:
|
# Historic:
|
||||||
|
* [19/10/2015]:
|
||||||
|
* Updates readme with usage examples and setup scripts
|
||||||
* [08/10/2015]:
|
* [08/10/2015]:
|
||||||
* Adds response data types
|
* Adds response data types
|
||||||
* [15/07/2015]:
|
* [15/07/2015]:
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
-- Response types for postal codes geocoder
|
||||||
|
CREATE TYPE geocode_namedplace_v1 AS (q TEXT, geom GEOMETRY, success BOOLEAN);
|
||||||
|
CREATE TYPE geocode_place_country_iso_v1 AS (iso3 TEXT, c TEXT, q TEXT, geom GEOMETRY, success BOOLEAN);
|
||||||
|
CREATE TYPE geocode_namedplace_country_v1 AS (c TEXT, q TEXT, geom GEOMETRY, success BOOLEAN);
|
||||||
|
CREATE TYPE geocode_postalint_country_v1 AS (c TEXT, q INTEGER, geom GEOMETRY, success BOOLEAN);
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
-- Triggers for postal codes geocoder
|
||||||
|
|||||||
Reference in New Issue
Block a user