-
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
Parking spots for Free floating operators #332
Comments
Welcome Andrés! Thanks for opening up this issue. Have you had a look at #329? It is a proposal to define how a vehicle should be returned at the end of a trip. Perhaps the solution to your issue could be defining those parking spots using |
Hello! I'd like to learn how big are the Dott's dedicated parking areas? If these are small (say <100x100m) they could be modelled as hybrid systems with virtual stations (a free floating bike that needs to be returned to an unlimited capacity "station" - a single lat/lng rather than area), as Josee suggests. |
Hello @josee-sabourin and @kanagy ! While defining parking spots using I will try to exemplify this need a bit better: In a given city, users can start and end rides anywhere within its geofencing zones (free floating model). In the current Summarising (and also hopefully answering @kanagy's question above):
|
@viestat As you said above the parking spots should be defined as virtual stations using either lan/lon or by using Suppose we define another rule in
Thoughts? |
Hello @mplsmitch, thank you for your suggestion! |
I like your idea @mplsmitch -- because I am having to try and model similar situations in cities that have designated parking spots. Riders are allowed to park within 100' of the designated spots, and right now there's no good way to express this in GBFS data. We have the larger region denoted |
Closing this due to #349 being opened. Discussion can take place there! |
@viestat My name is Yassine and I’m writing to you from Italy to report an issue with the GBFS for Dott scooters. I’ve noticed that the link https://gbfs.api.ridedott.com/public/v2/Padua/free_bike_status.json returns all the scooters in my city. However, when a user of my app tries to take a scooter, the link that opens in the application, for example, https://go.ridedott.com/vehicles/dcdfc25a-ecca-43f6-be01-1aea46db3e94?platform=ios, only takes the first 5 characters. Since this is a UUID for the vehicle, it prevents the user from quickly accessing the scooter. Additionally, I’d like to ask what the difference is between the public version and the version with auth bearer. Finally, I would like to know if it’s possible to integrate the data in order to create a widget with the user’s ride data. What do you think? Thank you for your attention and I look forward to hearing from you soon. |
whoami
My name is Andrés Viesca and I am a software engineer at Dott, I have been working on implementing and maintaining Dott's GBFS service (gbfs.api.ridedott.com).
What is the issue and why is it an issue?
There is currently no convenient way to share information about designated parking spots for free floating operators.
This is important because some cities require the operators to enforce parking at given locations (i.e. a specific set of coordinates) or at specific areas (i.e. a GeoJson polygon).
The current alternative is to use
station_information.json
which does not really fit with what it actually is needed.Please describe some potential solutions you have considered (even if they aren’t related to GBFS).
I think either creating a new endpoint called something like
parking_locations.json
or extending the currentgeofencing_zones.json
to be able to express this specific kind of region would solve this.Is your potential solution a breaking change?
The text was updated successfully, but these errors were encountered: