[postgis-devel] [PostGIS] #1460: Tiger Geocoder can't handle concatenated street names

PostGIS trac at osgeo.org
Thu Jan 12 19:18:11 PST 2012


#1460: Tiger Geocoder can't handle concatenated street names
----------------------------+-----------------------------------------------
 Reporter:  arencambre      |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 In tx_edges, the street name is '''S Belt Line Rd'''. I can't geocode if
 my data instead has '''S. Beltline'''.

 This works:

 {{{
 SELECT ST_AsEWKT(geomout) FROM geocode_intersection('S. Belt Line',
 'Dividend', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;
 }}}

 This gives no results:

 {{{
 SELECT ST_AsEWKT(geomout) FROM geocode_intersection('S. Beltline',
 'Dividend', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;
 }}}

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