Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUERY] I'm getting Error in parse_url(url) : length(url) == 1 is not TRUE when trying to use propeR functions #9

Open
andrew-kelly-4187 opened this issue Apr 15, 2020 · 0 comments

Comments

@andrew-kelly-4187
Copy link

andrew-kelly-4187 commented Apr 15, 2020

I am trying to use propeR to find the walking distance between a set of postcodes and a list of bus stops. I have the OTP server installed (using OpenTripPlanner) and it correctly gives walking routes between two points in the browser interface.

However, when I try to use any of the properR functions I get the following:

pointToPointNearest(output.dir = "D:\Data Science Stuff\TRACC replacement with PropeR\GreaterLondonOutput",
otpcon = otpcon,
originPoints = postcodes_2018_London,
destinationPoints = railstops_London,
journeyReturn = F,
modes = 'WALK',
nearestNum = 1,)
Now running the propeR pointToPointNearest tool.
Parameters chosen:
KNN nearest number: 1 (2584 calls)
Return Journey: FALSE
Date and Time: 2020-04-15 14:45:44
Creating 2584 point to point connections, please wait...
Error in parse_url(url) : length(url) == 1 is not TRUE

Unfortunately I can find nothing about this error anywhere, so I turn to you for help!

I am running R version 3.6.3, R Studio version 1.2.5042, and am doing this on a Windows 10 machine with 8GB RAM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant