[postgis-tickets] [PostGIS] #2978: address standardizer doesn't handle street number ranges
PostGIS
trac at osgeo.org
Fri Oct 24 16:54:41 PDT 2014
#2978: address standardizer doesn't handle street number ranges
---------------------------------+------------------------------------------
Reporter: robe | Owner: woobri
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: pagc_address_parser | Version: 2.1.x
Keywords: |
---------------------------------+------------------------------------------
This is working with the packaged us-lex, us-gaz, us-rules.
If I do this:
{{{
SELECT std.house_num, std.name, std.suftype, std.sufdir
FROM standardize_address('lex' -- --
, 'gaz' -- --
, 'rules' -- --
, '10-20 DORRANCE ST PROVIDENCE RI '
) As std ;
}}}
I get this:
{{{
house_num | name | suftype | sufdir
-----------+-------------+---------+--------
10 | 20 DORRANCE | STREET |
}}}
Note how the second part gets stuck in the street name.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2978>
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