Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing post-street name abbreviations #8

Open
crccheck opened this issue May 17, 2015 · 2 comments
Open

Missing post-street name abbreviations #8

crccheck opened this issue May 17, 2015 · 2 comments

Comments

@crccheck
Copy link

For the address 1001 G Street NW #400-E I would expect something like:

{'house': '1001', 'street_name': 'G NW', 'suite_num': '400E', 'street_full': 'G Street NW', 'street_type': 'Street', 'suite_type': '#', 'other': None}

but instead, I get

{'house': '1001', 'street_name': 'G', 'suite_num': None, 'street_full': 'G Street', 'street_type': 'Street', 'suite_type': None, 'other': 'NW #400-E'}

The USPS address lookup standardized it to 1001 G ST NW STE 400E

@pnpnpn
Copy link
Owner

pnpnpn commented May 17, 2015

Good catch. Do you want to make a pull request for the change?

@crccheck
Copy link
Author

Alas, I ended up not using this library and I don't have the time to jump in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants