Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#3747 closed enhancement (fixed)

ADD zip4 and address_alphanumeric as an attribute

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

Description (last modified by robe)

This is Leo's request. He got mad that pagc_normalize_address strips his zip4 cause zip is only 5 digits and there is no slot for zip4.

Also since address is numeric (since it's used for range matching), non-numeric or weird numerics like 102 ½ st or 102R have or 102-103 have the second part stripped. The new field will allow the full address to be put in even if it has non-numeric bits.

Neither the new zip4 nor the address_alphanumeric will be used for geocoding, but will be used by pprint_addy if they are present for maintaining the integrity of the original address.

Change History (4)

comment:1 by robe, 7 years ago

Description: modified (diff)
Summary: ADD zip4 as an attributeADD zip4 and address_alphanumeric as an attribute

comment:2 by robe, 7 years ago

Resolution: fixed
Status: newclosed

In 15508:

Geocoder enhancements, add zip4 and address_alphanumeric, adjustments to pagc matching
Closes #3747
Closes #3748

comment:3 by robe, 7 years ago

In 15509:

add missing file missed in last commit
References #3747

comment:4 by robe, 7 years ago

In 15512:

Update normalize output to reflect new fields.
References #3747

Note: See TracTickets for help on using tickets.