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

melb_fast_walk() function broken - original dataset url link is broken. #8

Open
bjornmakins opened this issue May 31, 2023 · 0 comments

Comments

@bjornmakins
Copy link

bjornmakins commented May 31, 2023


404 broken link used as dataset for melb_walk_fast() function.

The dataset used for melb_fast_walk() function is no longer available as per base_url = "https://data.melbourne.vic.gov.au/resource/mxb8-wn4w.csv"

You'll need to conform to the new dataset format available on the City of Melbourne website.

I suggest left join-ing this dataset A to the following dataset B on A.location_id = B.LocationId in an effort to replicate the original dataset.

Selecting relevant fields from this should yield the original table used. Unless I missed a new location where the original data is now sitting. But clearly the original url is broken.

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