[postgis-devel] [PostGIS] #1074: Matching on different street spelling?

PostGIS trac at osgeo.org
Wed Jul 6 12:46:22 PDT 2011


#1074: Matching on different street spelling?
----------------------------+-----------------------------------------------
 Reporter:  mikepease       |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  1.5.X        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by mikepease):

 Another slightly different example.
 RHODE ISLAND AVE vs. RHODEISLAND AVE

 --correct spelling doesn't work[[BR]]
 select * from geocode('3420 RHODE ISLAND AVE S, ST. LOUIS PARK, MN 55426')

 --incorrect spelling does work and normalizes to the correct
 spelling[[BR]]
 select * from geocode('3420 RHODEISLAND AVE S, ST. LOUIS PARK, MN 55426')

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1074#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-devel mailing list