[postgis-devel] [PostGIS] #1384: Issue with geocoding addresses where place name doesn't match

PostGIS trac at osgeo.org
Sat Dec 17 21:07:37 PST 2011


#1384: Issue with geocoding addresses where place name doesn't match
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 Example boroughs of NY.  Tiger just has these as New York , NY.

 This geocodes fast:

 {{{
 select pprint_addy(addy), ST_AsText(geomout), rating FROM geocode('2601
 24TH AVE,  NY 111022337',2);
 }}}

 This geocodes slow and gives wrong answer
 {{{
 select pprint_addy(addy), ST_AsText(geomout), rating FROM geocode('2601
 24TH AVE, ASTORIA, NY 111022337',2);

 }}}

 More examples on #1382

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