-
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
Better clarification of vehicle rental dropoff restrictions requiring station-only dropoffs #270
Comments
Related to this we need a way to designate systems that require A to A rentals where vehicles need to be returned to the station or parking place where the rental originated. Hybrid systems make this tricky and there are a lot of them now where different rules apply depending on what type of vehicle is rented. Maybe |
This was something that was explored in the carsharing (#255) proposal using a field such as |
From the carsharing point of view (as a producer), there are two aspects I would like to highlight :
Therefore, as mentionned by @josee-sabourin , I suggest to add a field such as There is one tricky example I don't know how to deal with : |
This discussion has been automatically marked as stale because it has not had recent activity. It will be closed in 60 days if no further activity occurs. Thank you for your contributions. |
Adding a comment as I believe this is still a relevant issue. |
Thanks @evansiroky - it is indeed, and we're working on it soon. We'll be working on the needs assessment for vehicle drop-off restrictions in May & will be looking for additional examples from the community. |
We've conducted a needs assessment on this issue to identify some key questions to discuss before moving to a pull request. The main question, as already identified above, is does the dropoff restriction live in That said, none of these solutions can encompass every outcome:
This leads to bigger questions as we move towards a new major version release:
|
I added RegioRad Stuttgart and Freies Lastenrad Stuttgart as examples to the needs assessment document. The latter would be a pure A not yet addressed need is that vehicles might have a home station where they should be returned to, even if rented elsewhere. For these, an extension to
|
Thanks for all the input, we've opened a pull request at #329. I'll be closing this issue and the discussion can continue over on the pull request. |
As of the latest spec in 3.0 it seems that it is a little unclear how a provider would communicate that their system requires vehicles to be dropped off at stations only. There appear to be only a few places in the spec that pertain to this topic. Firstly, in the
Files
section, thefree_bike_status.json
file says:However, in the
geofencing_zones.json
section, it saysGiven this wording, it appears this could lead to ambiguous situations for systems the have drop-off restrictions that are not completely defined in the
geofencing_zones.json
file or for systems that require drop-offs at stations only or even some kind of hybrid system that requires some but not all vehicles to be dropped off at a station only.Perhaps there should be some kind of flag in
system_information
to indicate that the entire system requires drop-offs at stations only. Or maybe each vehicle infree_bike_status.json
should have some kind of flag that says whether the vehicle must be dropped off at a station.The text was updated successfully, but these errors were encountered: