[postgis-devel] [PostGIS] #1076: County Roads and Highways

PostGIS trac at osgeo.org
Wed Jul 6 14:31:06 PDT 2011


#1076: County Roads and Highways
----------------------------+-----------------------------------------------
 Reporter:  mikepease       |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  high            |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  1.5.X        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by mikepease):

 4533 PARK AVE S, MINNEAPOLIS, MN 55407
 doesn't work, but the alternate equivalent address using county road does
 work.
 4533 County Road 33, MINNEAPOLIS, MN 55407

 Perhaps this is a regression issue with your recent normalizer changes?

 --incorrectly matches to a different street in Fridley, MN
 select abs(ST_X(geomout)::numeric(8,5)) || 'W, ' ||
 ST_Y(geomout)::numeric(8,5) || 'N' as lat_lon, *
 from geocode('4533 PARK AVE S, MINNEAPOLIS, MN 55407')

 --use the alternate county road name and it works
 select abs(ST_X(geomout)::numeric(8,5)) || 'W, ' ||
 ST_Y(geomout)::numeric(8,5) || 'N' as lat_lon, *
 from geocode('4533 County Road 33, MINNEAPOLIS, MN 55407')

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1076#comment:9>
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