[postgis-devel] [PostGIS] #1075: Too much info in address breaks geocoder

PostGIS trac at osgeo.org
Tue Jun 28 13:54:16 PDT 2011


#1075: Too much info in address breaks geocoder
----------------------------+-----------------------------------------------
 Reporter:  mikepease       |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  1.5.X        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 Sometimes, addresses have extra "junk" at the end of the street address.
 This extra junk can throw off the geocoder.


 --Works great!
 select (addy).*,*
 from geocode('156 Galewski Dr, Winona, MN 55987')

 --Too much information!  It breaks down.
 select (addy).*,*
 from geocode('156 Galewski Dr Airport Industrial Park, Winona, MN 55987')

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1075>
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