BookmarkSubscribeRSS Feed
Agha
Calcite | Level 5

I should calculate the distance between home addresses and closest eye clinic. The addresses are saved in excel. Street, city and state have separate columns. I know I should add double quotation to each part of  the addresses and then find the distance. Can you please share the codes with me. I can not share the addresses with you but they are similar the list below. Thanks.

 

Street                       state           City

aaa bbb ccc             DD             mnv

aa dddd eee            DD              dvu

ffff oo nnm              DD             lmn

4 REPLIES 4
Reeza
Super User

You need an api to get driving distances. If you can use flying distances (straight line distance) then you can use proc geodist and geocode function.

 

Use PROC geocode to convert addresses to latitude and longitude and then the geodist() function to calculate the flying distance. 

 

https://support.sas.com/en/knowledge-base/maps-geocoding/geocodes.html#:~:text=Use%20the%20PROC%20GE....

 

Paper on the topic

https://support.sas.com/resources/papers/proceedings17/0155-2017.pdf

 

Or try this method - note you need the latitude/longitude for this one or need to modify the URL portion.

https://communities.sas.com/t5/SAS-Programming/Find-driving-distance-google-maps-usinga-list-of-10-h...

sbxkoenk
SAS Super FREQ

By the way,
You can also do reverse geocoding in SAS.

 

Home > SAS Communities Library > Reverse Geocoding Using PROC GINSIDE
Reverse Geocoding Using PROC GINSIDE
Started 4 weeks ago | Modified 4 weeks ago
https://communities.sas.com/t5/SAS-Communities-Library/Reverse-Geocoding-Using-PROC-GINSIDE/ta-p/895...

 

BR,
Koen

sbxkoenk
SAS Super FREQ

See here :

BR,
Koen

sbxkoenk
SAS Super FREQ

Home > Programming > Programming >
Re: Find driving distance (google maps) using a list of 10 hospital addresses and individual zipcode
SOLVED topic
https://communities.sas.com/t5/SAS-Programming/Find-driving-distance-google-maps-usinga-list-of-10-h...

 

Koen

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1581 views
  • 5 likes
  • 3 in conversation