Ticket #1203 (new enhancement)
More configurable rating system
| Reported by: | robe | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS Future |
| Component: | tiger geocoder | Version: | trunk |
| Keywords: | Cc: | woodbri |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
