You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Tue, Aug 4, 2020 at 7:32 PM Mark Meyer ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKRFP4X4OY4ERTQKE3U6TR7DHFFANCNFSM4PVBCGYA>
.
Currently we only recognize zip codes and locations in form of
city, state
orcity 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: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.
The text was updated successfully, but these errors were encountered: