-
Notifications
You must be signed in to change notification settings - Fork 291
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
Jump feeds reporting no free bikes #177
Comments
Update on this: The free_bike_status.json for all JUMP GBFS are now removed, generating a 404, where-as before they were still live but listing zero bikes - This is true for all of the Jump feeds except for DC. |
Interestingly, the directory at https://la.jumpbikes.com/opendata/ still shows a listing for free_bike_status.json: |
And now that directory is down as well. I haven't been able to get any answers, but seems like Jump has decided to no longer provide data via GBFS. |
The LA directory is gone, I'm still getting a directory for some other cities but all of the files are gone: https://pvd.jumpbikes.com/opendata They did just change their domain to jump.com so possibly related? Maybe the subdomain records got lost and the load balancer is still serving from cache? 🤷♂ |
This seems related? Uber (Parent of JUMP) is suing to prevent the release of bike/scooter locations. Possible that they just shut this off at the same time. Source: https://www.cnet.com/news/uber-sues-los-angeles-to-keep-scooter-location-data-private/ |
Oh wow. For sure that's it. Nice find. |
Found this link https://gbfs.uber.com/v1/laxb/gbfs.json |
Also - following the same URL scheme from the DC feeds, here's Jump's scooter feed for LA: https://gbfs.uber.com/v1/laxs/free_bike_status.json |
Looks like this same pattern works for other cities - here's Tampa's Jump scooter feed: |
I am seeing this pattern as well across all of Jumps systems. All of them are 404. Exception might be Chicago/DC. Chicago now seems to not have a working free_bike_status.json, but DC does. |
Is it possible to add an active or deactivated column to the systems.csv? I think for situations where an operator is intentionally keeping a url up but intentionally not providing data there should be some flag indicating they are not providing data. Or would the solution be to remove them from the CSV altogether? |
The Jump feeds were updated in #190. As for an activated/deactivated column in systems.csv, I worry that we would end up with a lot of cruft over time. There's also a larger question about moving systems.csv to its own repo, so for the time being, I'm proposing that invalid feeds are removed from the file to keep it as clean as possible. |
This makes sense to me. I just was not sure how this would be managed. I can see concerns in either case. Thanks for the update. |
The Jump feeds over the weekend (9/29/19) started returning zero bikes/scooters in it's free-bikes-status feed. Example: https://la.jumpbikes.com/opendata/free_bike_status.json
Anyone know what is up?
Exceptions to this would be the newly added DC and Chicago feeds, these feeds still report free bikes.
The text was updated successfully, but these errors were encountered: