Adds service description

This commit is contained in:
Carla Iriberri
2015-10-19 17:42:24 +02:00
parent ee83d04608
commit e20de21e7d
2 changed files with 239 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ By following the next steps a table is populated with zipcodes from Australia, C
## Usage example
```sql
SELECT (geocode_postalcode_polygons(Array['11211'],Array['USA'])).*
```
## 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).
@@ -106,6 +110,10 @@ MH, RO, FO, GF, AD, HR, DZ, GT, AU, AS, BE, AT
## Usage example
```sql
SELECT (geocode_postalcode_points(Array['03204'],Array['ESP'])).*
```
## 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.