[postgis-devel] [PostGIS] #1461: Tiger Geocoder doesn't anticipate irregular spacing in road name

PostGIS trac at osgeo.org
Thu Jan 12 19:39:14 PST 2012


#1461: Tiger Geocoder doesn't anticipate irregular spacing in road name
----------------------------+-----------------------------------------------
 Reporter:  arencambre      |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 The tx_edges table uses '''I- 635''' instead of the more consistent
 '''I-635'''.

 This looks weird but works:

 {{{
 SELECT ST_AsEWKT(geomout) FROM geocode_intersection('N. Belt Line', 'I-
 635', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;
 }}}

 This looks correct but doesn't work:

 {{{
 SELECT ST_AsEWKT(geomout) FROM geocode_intersection('N. Belt Line',
 'I-635', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;
 }}}

 Seems like the geocoder needs to work around these kind of errors in the
 Tiger data.

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