[postgis-tickets] [PostGIS] #2979: address standardizer doesn't correctly parse street suffix if no ,
PostGIS
trac at osgeo.org
Fri Sep 18 00:08:45 PDT 2015
#2979: address standardizer doesn't correctly parse street suffix if no ,
----------------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.3.0
Component: pagc_address_parser | Version: trunk
Resolution: wontfix | Keywords:
----------------------------------+---------------------------
Changes (by robe):
* status: new => closed
* resolution: => wontfix
Comment:
On closer inspection this seems specific to PINE. Presuamble because
there is a regex match for PINE in the parseaddress-stcities.ht
If I change to say:
{{{
SELECT * FROM parse_address('25 OAK ST PROVIDENCE RI 99999');
num | street | street2 | address1 | city | state | zip | zipplus
| country
-----+--------+---------+-----------+------------+-------+-------+---------+---------
25 | OAK ST | | 25 OAK ST | PROVIDENCE | RI | 99999 |
| US
}}}
That said - trying to fix this would probably cause more damage than good.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2979#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