Questions tagged [street-address]

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

Street address refers to postal addresses, or delivery points, that can be used for physical delivery of mail or goods. Data quality is a big issue surrounding street addresses, because they are not simple strings or numbers such as an email address or phone number. Therefore capturing, storing, de-duplicating and verifying street addresses all pose challenges.

577 questions
2
votes
2 answers

How to filter non-address information from a string

I'm trying to reduce the time users need to spent on filling in an address form. This form requires the street address, postal code, city, district, and sub district. To do so I query Open Street Map's Nominatim API like so: var request =…
Tom
  • 8,536
  • 31
  • 133
  • 232
2
votes
4 answers

Simple Replace in SQL

I'm trying to do an Update query to correct street address abbreviations. I want to correct anything that is like 123 Main Cr to be 123 Main Cir. However, I don't want it to mess up addresses like 123 Creek Cir, and optionally I would like it to…
user3513237
  • 995
  • 3
  • 9
  • 26
2
votes
2 answers

I'm trying to convert a zip code to an address that resides roughly at the center of that zip code

I've got a database of addresses provided by users. In some cases, the user only entered a zip code that, for a time, we thought would be adequate for our purposes. Now we know that a zip code doesn't cut it and we need an actual address. So, we're…
Paul Seymour
  • 201
  • 1
  • 7
2
votes
0 answers

getting address in android using web service

iam new to android development. i have tried to get location address using web service but i got class not found exception when i lunched this code.if any one could please suggest me proper solution for this.. code for service class.... public…
user1234567
  • 63
  • 2
  • 10
2
votes
5 answers

Extract Address from String in PHP with RegEx

My Problem I'm attempting to crawl the individual links on the US House of Representatives Site to find Washington addresses for all of the listed individuals. The problem is that the format of the Washington address varies from time to time.…
Sampson
  • 265,109
  • 74
  • 539
  • 565
2
votes
2 answers

How can a user highlight a section of a street and upload it to a custom map server?

The question is pretty straightforward, but I'll give you some more context: My team is trying to make an Android application where the users can highlight a certain section of a street, color it, and send that information to a server. I've already…
2
votes
2 answers

PHP Geolocation (Street Address -> Lat-Long)

I need some type of PHP thingie so that I can input a few street-addresses (such as: 123 Fake Street, Faketown, FA, 98765) and then it will give me the coordinates (latitude and longitude) of these addresses. I need this to be completely dynamic (as…
Alec
  • 99
  • 2
  • 10
2
votes
4 answers

using the outlook object model, can i get the fields that i see in the outlook contact

i am able to look through the global address book using the outlook object model but is there anyway using the outlook object model from csharp i can get the following properties of a person: City, State, Country/Region Alias Title Phone i can't…
leora
  • 188,729
  • 360
  • 878
  • 1,366
2
votes
2 answers

Regex pattern matching for inconsistent address patterns in large dat file

I know it can't be perfect but I am not very good with regex and I'm having difficulties getting a better matching percentage. I have a file that has over 9 million rows and the addresses are very inconsistent. I was wondering if I could get some…
Richard VanBreemen
  • 573
  • 1
  • 7
  • 19
2
votes
1 answer

What would you store in the DB, Coordinates or Address?

I am building an application that uses the GMaps API v3 and, taking advantage of the geocoding function, i dont know if it is better to store in the DB: The coordinates (latitude & longitude) When i need to place a marker, just put it When i need…
2
votes
1 answer

regexp achor href url that contains street address match

I like to get the urls that are in anchor tag definitions from html strings. The html is structured fairly well but the string that I am trying to collect contains addresses for google maps and can be very different. I am trying to get all matching…
Bruce Lim
  • 745
  • 6
  • 22
2
votes
1 answer

How exactly do address lines work in QuickBooks?

Right now I'm only trying to read addresses and display them. Ignoring IPP right now, just inside QB, I'm not understanding the algorithm that manages the address lines. Further, when accessing the customer address object via IPP, there are more…
abc123
  • 8,043
  • 7
  • 49
  • 80
2
votes
0 answers

Specific UK country from Address

I'm developing an app which gets the users location and searches depending on which country they are. My problem is that Address.getCountryName() returns the string "United Kingdom" when what I need is "Wales", "England" etc. I have tried…
AndyRyan
  • 1,500
  • 12
  • 23
2
votes
1 answer

Google maps api v3 get lat long from file with addresses in java code

I am trying to make an application which draws a heatmap. I have a file with home addresses which I am going to put on the map. Every address is a new line in this file. I know how to create a heatmap layer when have coordinates. What is the best…
Andrei
  • 801
  • 2
  • 10
  • 27
2
votes
1 answer

Separate city name from address sql query

I want to separate city name from the addresses in the Data base. addresses are in different formats e.g 835 street no.3 Jalabad D.I. Khan ................ here city name is D.I khan Ho. No. 102 St. No. 85 RawalPindi ..........here city name is…
ssbb
  • 245
  • 2
  • 5
  • 12