[postgis-tickets] [PostGIS] #2978: address standardizer doesn't handle street number ranges
PostGIS
trac at osgeo.org
Tue Sep 8 20:00:54 PDT 2015
#2978: address standardizer doesn't handle street number ranges
----------------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: pagc_address_parser | Version: 2.1.x
Resolution: | Keywords:
----------------------------------+---------------------------
Comment (by robe):
New table names now that i have them packaged as extension:
{{{
CREATE EXTENSION address_standardizer_data_us;
SELECT std.house_num, std.name, std.suftype, std.sufdir
FROM standardize_address('us_lex' -- --
, 'us_gaz' -- --
, 'us_rules' -- --
, '10-20 DORRANCE ST PROVIDENCE RI'
) As std ;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2978#comment:2>
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