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
1
vote
3 answers

How to get street name from coordinates?

I have the longitude and latitude into two separate EditText I want that when I press a button the street name appears in another EditText. I tried with the Public Address getAddressForLocation method, but I have not gotten it to work.. Code public…
Aspicas
  • 4,498
  • 4
  • 30
  • 53
1
vote
1 answer

How can I get the polygon of a given street using Overpass API?

I want to get the polygon of a given street using OverPass API. When I use, for instance, ( way ["name"="Hörnesgasse"]; >; );node(w); out body; Here is a Overpass Turbo link: Overpass Turbo I get the nodes for a polygon, but they are not in…
Shachty
  • 521
  • 2
  • 7
  • 16
1
vote
1 answer

To make groups according to addresses in demographic data

My data set is not in English but in Korean. The number of observations is more than 3000. The data set's name is demo. str(demo) This has information of each person in each row. $ 거주지역: Factor w/ 900 levels "","강원 강릉시 포남1동",..: 595 235 595 832 12…
Doo Hyun Shin
  • 297
  • 3
  • 15
1
vote
2 answers

Validate address of india using regex - php

I have some address as below text #4/5, Some company & name with - in its name ltd., 3rd cross, 5th main (some land mark) some place name state, IN 566003 my regex below is not working \d{1,5}\s\w.\s(\b\w*\b\s){1,2}\w*\. for me
Yellow and Red
  • 695
  • 9
  • 31
1
vote
2 answers

How to geocode a large number of addresses?

I need to geocode, i.e. translate street address to latitude,longitude for ~8,000 street addresses. I am using both Yahoo and Google geocoding engines at http://www.gpsvisualizer.com/geocoder/, and found out that for a large number of addresses…
LBS235711
  • 11
  • 1
  • 3
1
vote
2 answers

Formatting address of different types

I have various classes which all contain address details, i.e. AddressLine1, AddressLine2, AddressLine3, Suburb, Town, etc. On the front end, I need to format the address in a particular way, i.e. AddressLine1
AddressLine2
Suburb State…
mickyjtwin
  • 4,960
  • 13
  • 58
  • 77
1
vote
2 answers

how to read an address in multiple formats like google maps

notice that on google maps you can input the address any way you like. as long as it is a valid address...google maps will read it. In some ruby book I had seen code snippet for something like this, but with phone numbers. Any ideas how this could…
ratan
  • 419
  • 1
  • 7
  • 14
1
vote
1 answer

How to markup addresses in my DB with Schema.org?

I have a website with business listings and each of them has a full address. The problem is that the full address is only 1 row in DB, so I have no idea how to markup the addresses with Schema.org. Example addresses: 117, Northgate, Newark, NG24…
1
vote
3 answers

Split street address into street number and street name in r

I want to split a street address into street name and street number in r. My input data has a column that reads for example Street.Addresses 205 Cape Road 32 Albany Street cnr Kempston/Durban Roads I want to split the street…
Carmen
  • 117
  • 1
  • 7
1
vote
3 answers

Separating an address line into House Number, Street name, and Apartment in Java or COBOL

I am currently trying to figure out the best way to take an address line and separate it out into three fields for a file, house number, street name, and apartment number. Thankfully, the city, state, and zip are already in columns so all I have to…
Aaron H
  • 29
  • 1
  • 5
1
vote
5 answers

Parse address with regex

I have to create a loop, and with a regexp populate any of the 4 variables $address, $street, $town, $lot The loop will be fed a string that may have info in it like the lines below '123 any street, mytown' or 'Lot 4 another road, thattown'…
Sanju
  • 903
  • 5
  • 17
  • 32
1
vote
4 answers

how to find addressfrom latitude and longitude in IOS?

I am trying to fetch address(only nearest street, landmark or feature and closest city, village, or town). I tried …
rahul
  • 2,613
  • 8
  • 32
  • 55
1
vote
6 answers

Programmatically find common European street names

I am in the middle of designing a web form for German and French users. Within this form, the users would have to type street names several times. I want to minimize the annoyance to the user, and offer autocomplete feature based on common French…
1
vote
1 answer

How do you disable addresses from being automatically linked in an HTML email?

I am developing an HTML email and I've noticed that some email clients, particularly Mac Mail and the Mail app on iOS 7, automatically wrap addresses and phone numbers in anchor tags. I've read that adding these meta tags should disable this…
Michael Lynch
  • 2,682
  • 3
  • 31
  • 59
1
vote
4 answers

mysql: how can i remove the street number from a streetaddress column?

I have a column named streetaddress that contains for example: 15 rue Gontier-Patin 4968 Hillcrest Circle how can i remove the numbers from the beginning of the row purely in sql?
ufk
  • 30,912
  • 70
  • 235
  • 386