[postgis-devel] [PostGIS] #1203: More configurable rating system
PostGIS
trac at osgeo.org
Sun Sep 18 09:32:10 PDT 2011
#1203: More configurable rating system
----------------------------+-----------------------------------------------
Reporter: robe | Owner: robe
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: tiger geocoder | Version: 1.5.X
Keywords: |
----------------------------+-----------------------------------------------
That will allow you to prioritize match weighting of different parts of
the address.
E.g you could pass in a rating object metric that allows you to
penalize/favor
Some of this was discussed in #1109
e.g.
r.address_number = 10
r.street = 20
r.zip = 20
r.location = 40
etc.
and the rating system would give a penalty of between 0 and valspecified
for each that is not an absolute match and then normalize so max bad
rating is 100.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1203>
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