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
It also mentions passing the streets to the Google Maps API to get the proper capitalization.
SmartStreets is on GitHub, so we could research their repos and see how they're doing it. Maybe we can use similar methods to handle the capitalization ourselves.
@chriswhong commented on Tue Jan 09 2018
Raw data in PAD contains street names in all capitals. We should explore ways to smartly modify case during import so that the results are prettier.
@andycochran commented on Tue Jan 16 2018
This is tough. Changing the case of street names will require a loooooong list of exceptions and special cases.
This thread mentions using services like SmartyStreets to handle it:
https://stackoverflow.com/questions/7908567/address-capitalization
It also mentions passing the streets to the Google Maps API to get the proper capitalization.
SmartStreets is on GitHub, so we could research their repos and see how they're doing it. Maybe we can use similar methods to handle the capitalization ourselves.
@andycochran commented on Tue Jan 16 2018
^ Worth noting in that thread:
The text was updated successfully, but these errors were encountered: