Opened 9 years ago

Closed 8 years ago

Last modified 8 years ago

#3514 closed enhancement (fixed)

Ability to set zip_code wrong zip penalty

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.3.0
Component: tiger geocoder Version: master
Keywords: history Cc:

Description

Right now the zip code penalty is hard-coded in the code and a function of abs(edge_zip - input_zip)*somenumber.

I've found what I have in place is generally too low at least for cases I've run into. Rather than just up it, I'd like to make this configurable.

Change History (2)

comment:1 by robe, 8 years ago

Resolution: fixed
Status: newclosed

In 14885:

Closes #3514 zipcode penalty switch
fix casting issue introduced in r14850

comment:2 by robe, 8 years ago

Keywords: history added
Note: See TracTickets for help on using tickets.