From: Regina Obe Date: Wed, 10 Jul 2013 11:37:51 +0000 (+0000) Subject: huh more mistakes X-Git-Tag: 2.2.0rc1~1450 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a043a9f80f6a7e6d104da00ac5e4526d3ec0da19;p=postgis huh more mistakes git-svn-id: http://svn.osgeo.org/postgis/trunk@11661 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index b77c9640d..5a63924f6 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -984,9 +984,9 @@ CREATE INDEX idx_tiger_data_ma_faces_countyfp ON tiger_data.ma_faces USING btree - + - Normalize_Address + Pagc_Normalize_Address Given a textual street address, returns a composite norm_addy type that has road suffix, prefix and type standardized, street, streetname etc. broken into separate fields. This function will work with just the lookup data packaged with the tiger_geocoder (no need for tiger census data). @@ -1010,6 +1010,8 @@ CREATE INDEX idx_tiger_data_ma_faces_countyfp ON tiger_data.ma_faces USING btree You may find the need to add more abbreviations or alternative namings to the various lookup tables in the tiger schema. It uses various control lookup tables located in tiger schema to normalize the input address. Fields in the norm_addy type object returned by this function in this order where () indicates a field required by the geocoder, [] indicates an optional field: + This version uses the PAGC address standardizer + Availability: 2.1.0 (address) [predirAbbrev] (streetName) [streetTypeAbbrev] [postdirAbbrev] [internal] [location] [stateAbbrev] [zip]