[postgis-tickets] [PostGIS] #2981: standardize address returns no answer for particular highway
PostGIS
trac at osgeo.org
Sat Oct 25 04:20:37 PDT 2014
#2981: standardize address returns no answer for particular highway
---------------------------------+------------------------------------------
Reporter: robe | Owner: woobri
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: pagc_address_parser | Version: trunk
Keywords: |
---------------------------------+------------------------------------------
I'm actually not sure what should be returned here but at very least the
city and state I would think should be parseable
{{{
SELECT standardize_address('lex','gaz','rules', '1566 NEW STATE HWY,
RAYNHAM, MA') ;
returns:
(,,,,,,,,,,,,,,,)
}}}
normalize_address seems to do much better:
{{{
SELECT normalize_address('1566 NEW STATE HWY, RAYNHAM, MA');
(1566,,NEW,"State Hwy",,,RAYNHAM,MA,,t)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2981>
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