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

Parse Addresses #5

Open
mark-meyer opened this issue Aug 5, 2020 · 1 comment
Open

Parse Addresses #5

mark-meyer opened this issue Aug 5, 2020 · 1 comment

Comments

@mark-meyer
Copy link
Member

Currently we only recognize zip codes and locations in form of city, state or city state. We would like to recognize full addresses even if we only use the city/state from the location string. To be successful we would nee to be able to parse the typical variety of input users might try such as:

  • Main St. Denver, Co
  • 1010 3rd Ave Denver colorado
  • 5th and A st. anchorage, ak
  • etc...

Geolocating full addresses is probably beyond the scope of this project. It that becomes a requirement, we will need to use a service such as Google Map. It is likely that this won't be required since it will be rare for different addresses in one city to return different result.

@whardier
Copy link

whardier commented Aug 5, 2020 via email

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