Top "Street-address" questions

Street address refers to postal addresses, or delivery points, that can be used for physical delivery of mail or goods.

regex street address match

While I know that matching a street address will never be perfect I'm looking to create a couple of regex …

javascript regex match highlight street-address
How to check if an address is a business or residential address

I have a dataset that contains many addresses (60,000-ish entries). I want to classify these addresses into either residential or …

api validation street-address
How should international geographical addresses be stored in a relational database?

Given the task of storing international geographic addresses in a relational table, what is the most flexible schema? Should every …

database-design street-address
Building a Contact Database - Need a little schema inspiration

I've been working on laying out the data structure for an application I'm working on. One of the things it …

database-design street-address
Is there a way to find the nearest cross streets for an address?

Using the google maps API is there a way to programmatically find the nearest cross streets, given a particular street …

google-maps street-address
How do I match street addresses to UK postcodes?

U.K. sites that require addresses often ask the user to provide a postcode. The site then offers the user …

street-address paf
I need an address matching algorithm

I have looked around online for this but haven't found much really. Basically I need to compare a bunch of …

regex street-address
Is there a library for parsing US addresses?

I have a list of US addresses I need to break into city,state, zip code,state etc. example address : "16100 …

python parsing street-address
How to calculate the distance between two addresses

I would like to calculate the distance between two points. The points are addresses. Example: Point A: JFK Airport, New …

php api openstreetmap street-address
Get street address at lat/long pair

I've seen that it's possible to get the latitude and longitude (geocoding, like in Google Maps API) from a street …

iphone web-services gis geocoding street-address