#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 )
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 , 8 years ago
Description: | modified (diff) |
---|---|
Summary: | ADD zip4 as an attribute → ADD zip4 and address_alphanumeric as an attribute |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 15508: