City-of-Bloomington / master_address

Web application for handling city addressing
https://bloomington.in.gov/master_address
GNU Affero General Public License v3.0
0 stars 1 forks source link

Address parser treats 5 digit apt numbers as zip codes #136

Closed inghamn closed 3 years ago

inghamn commented 3 years ago

Once the parser thinks it is a zip code, the apt number is removed and the street name ends up including the subunit type.

inghamn commented 3 years ago

For us, we can special case it. Zip codes must start with 474xx. Since there are no subunits with 474xx identifiers, that should eliminate this mismatch.