[postgis-tickets] [PostGIS] #1354: Problems geocoding addresses containing "ST STE"
PostGIS
trac at osgeo.org
Fri May 3 00:21:58 PDT 2013
#1354: Problems geocoding addresses containing "ST STE"
----------------------------------+-----------------------------------------
Reporter: bpanulla | Owner: robe
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.1.0
Component: pagc_address_parser | Version: trunk
Resolution: fixed | Keywords:
----------------------------------+-----------------------------------------
Comment(by robe):
oops forgot the AZ
{{{
SELECT * FROM pagc_normalize_address('6226 E PIMA ST STE 999, TUCSON, AZ')
AS addy;
}}}
{{{
address | predirabbrev | streetname | streettypeabbrev | postdirabbrev |
internal | location | stateabbrev | zip | parsed
---------+--------------+------------+------------------+---------------+-----------+----------+-------------+-----+--------
6226 | E | PIMA | St | |
SUITE 999 | TUCSON | AZ | | t
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1354#comment:9>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list