JanMultmeier / GeoData

A collection of all things geo
3 stars 0 forks source link

GeoData package is no longer working #2

Open sharonteo opened 6 years ago

sharonteo commented 6 years ago

Hello Jan, I was using this package about a year ago and it worked perfectly but now it no longer works. I am getting this warning message: In getDist(from = "1 Infinity Loop, Cupertino, CA 95014", to = "1600 Amphitheatre Pkwy, Mountain View, CA 94043", : Start- und/oder Zielort nicht gefunden

Thank you

JanMultmeier commented 6 years ago

Hi Sharon,

it's nice to hear that the small package ist still used by someone! I tried to replicate your problem, but it worked for me. Can you verfiy that the code

library(devtools) install_github("JanMultmeier/GeoData/GeoDataPackage") library(GeoData) getDist(from="1 Infinity Loop, Cupertino, CA 95014", to="1600 Amphitheatre Pkwy, Mountain View, CA 94043",modus="driving",get="distance")

returns 14.7?

The error message hints at an error in the address entry, so maybe check if google maps finds your address.

I hope this helps you solve the problem, if not let me know! Best regards,

Jan

Am 17.10.2017 20:29:56 schrieb Sharon Teo notifications@github.com: Hello Jan, I was using this package about a year ago and it worked perfectly but now it no longer works. I am getting this warning message: In getDist(from = "1 Infinity Loop, Cupertino, CA 95014", to = "1600 Amphitheatre Pkwy, Mountain View, CA 94043", : Start- und/oder Zielort nicht gefunden Thank you — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [https://github.com/JanMultmeier/GeoData/issues/2], or mute the thread [https://github.com/notifications/unsubscribe-auth/AJl5BasyFwe69I3FjipKQL3tuBn5eO_0ks5stPC6gaJpZM4P8nH9].