[postgis-tickets] [PostGIS] #1354: Problems geocoding addresses containing "ST STE"
PostGIS
trac at osgeo.org
Fri May 3 00:19:26 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:
----------------------------------+-----------------------------------------
Changes (by robe):
* status: assigned => closed
* resolution: => fixed
Comment:
This works fine with pagc_normalize function.
{{{
SELECT addy.*
FROM pagc_normalize_address('6226 E PIMA ST STE 999, TUCSON') AS addy;
}}}
Yields:
{{{
address | predirabbrev | streetname | streettypeabbrev | postdirabbrev |
internal | location | stateabbrev | zip | parsed
---------+--------------+------------+------------------+---------------+-----------+----------+-------------+-----+--------
6226 | E | PIMA | St | |
SUITE 999 | TUCSON | | | t
}}}
and then geocoder should do the the right thing with that, but I don't
have AZ data loaded to verify.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1354#comment:8>
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