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

Support for Bikes #190

Open
bcaller opened this issue Sep 4, 2016 · 5 comments
Open

Support for Bikes #190

bcaller opened this issue Sep 4, 2016 · 5 comments

Comments

@bcaller
Copy link
Contributor

bcaller commented Sep 4, 2016

Something to decide when making the GBFS parser in #140 :
How do we deal with free bikes that are not at a station? Should we add them to the stations list? (probably not)

As an example, http://velogo.ca/opendata/free_bike_status.json lists bikes all over the city which can be unlocked and rented.

{
  "bike_id": "bike_2952",
  "name": "2239",
  "lon": -75.72233333333334,
  "lat": 45.435476666666666,
  "is_reserved": 0,
  "is_disabled": 0
}
@eskerda eskerda changed the title Free bikes Support for Bikes Sep 13, 2016
@eskerda
Copy link
Owner

eskerda commented Sep 13, 2016

This is also relevant for nextbike and the call a bike system

@jbg
Copy link

jbg commented Jan 3, 2018

In my city there is one provider with stations, and three providers that only have free bikes. As far as I can see only the provider with stations is mapped. Is there support in pybikes for free bikes yet? If not, is there any existing discussion going on about how to support them?

@eskerda
Copy link
Owner

eskerda commented Jan 4, 2018

In my city there is one provider with stations, and three providers that only have free bikes. As far as I can see only the provider with stations is mapped. Is there support in pybikes for free bikes yet? If not, is there any existing discussion going on about how to support them?

This is the only ongoing discussion AFAIK. There's no support yet. Support will depend on the different operators. Some might decide to release the data openly, whilst other do not want to be scraped, with strong rate limiting, account-only token, etc. See: https://github.com/ubahnverleih/WoBike

@hackerb9
Copy link

Please do handle dockless systems. I hate running a proprietary app on my phone just to rent a bike.

Or am I misunderstanding what is possible? Are the APIs only able to locate bikes, but not unlock them? If that's the case, it still makes sense to add dockless systems because, as @jbg pointed out, some free floating bikes do not need to be unlocked to be used.

@syssi
Copy link

syssi commented Jan 7, 2019

+1 for free floating nextbikes.

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

5 participants