[postgis-tickets] [PostGIS] #3983: Towns with cardinal names not being parsed correctly by address_normalizer
PostGIS
trac at osgeo.org
Sat Jan 13 12:14:04 PST 2018
#3983: Towns with cardinal names not being parsed correctly by address_normalizer
-----------------------------+---------------------------
Reporter: andrewsi | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.4.4
Component: tiger geocoder | Version: 2.2.x
Resolution: | Keywords:
-----------------------------+---------------------------
Comment (by robe):
But I should add, that the address standardizer gets this right.
{{{
\x
SELECT * FROM pagc_normalize_address('214 LIVINGSTON AVE, NORTH, SC
29112');
}}}
outputs:
{{{
-[ RECORD 1 ]--------+-----------
address | 214
predirabbrev | NULL
streetname | LIVINGSTON
streettypeabbrev | AVE
postdirabbrev | NULL
internal | NULL
location | NORTH
stateabbrev | SC
zip | 29112
parsed | t
zip4 | NULL
address_alphanumeric | 214
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3983#comment:3>
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