[postgis-tickets] [PostGIS] #2694: Saint vs St in street names
PostGIS
trac at osgeo.org
Tue Apr 1 12:56:54 PDT 2014
#2694: Saint vs St in street names
----------------------------+-----------------------------------------------
Reporter: mattybe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone:
Component: tiger geocoder | Version: 2.1.x
Keywords: |
----------------------------+-----------------------------------------------
Geocoder seems unable to handle "Saint" spelled out in a street name if
the underlying data is stored as "St" (note that the first result is in
Long Island)
{{{
spatial=> select g.* from geocode('769 Saint Marks Ave, Brooklyn, NY
11213', 1) as g;
addy |
geomout | rating
------------------------------------------------+----------------------------------------------------+--------
(769,,"Saint Marks",Ave,,,Bellmore,NY,11710,t) |
0101000020AD1000003ECC9E12D76152C0A2B40FAE42554440 | 9
(1 row)
spatial=> select g.* from geocode('769 St Marks Ave, Brooklyn, NY 11213',
1) as g;
addy |
geomout | rating
-----------------------------------------------+----------------------------------------------------+--------
(769,,"St Marks",Ave,,,"New York",NY,11213,t) |
0101000020AD10000063606369957C52C05DC05D086A564440 | 8
(1 row)
spatial=> select g.* from geocode('769 St Marks Ave, New York, NY 11213',
1) as g;
addy |
geomout | rating
-----------------------------------------------+----------------------------------------------------+--------
(769,,"St Marks",Ave,,,"New York",NY,11213,t) |
0101000020AD10000063606369957C52C05DC05D086A564440 | 0
(1 row)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2694>
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