[postgis-devel] [PostGIS] #1111: Add matching status to geocode output

PostGIS trac at osgeo.org
Wed Jul 6 12:54:45 PDT 2011


#1111: Add matching status to geocode output
----------------------------+-----------------------------------------------
 Reporter:  mikepease       |       Owner:  robe         
     Type:  enhancement     |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  1.5.X        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 As I've been evaluating the correctness of the geocoder, I've wrapped the
 geocoder function inside a query that tells me which components of the
 input address matched.

 I compare the components of the output of normalize_address() to the
 components of the geocode.addy geocoded address.

 When all the components match, I'm pretty sure it's a good geocode.
 When most of the components match, I can get a pretty good idea of how
 accurate the geocode is.

 Maybe you'd like to add these "match" attributes to the output of
 geocode() to augment the rating column.

 house number matched?[[BR]]
 street name matched?[[BR]]
 street direction matched?[[BR]]
 city matched?[[BR]]
 state matched?[[BR]]
 zip matched?[[BR]]

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