Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Who we are
Transport.data.gouv.fr is the French national access point for mobility data.
We are opening this PR on our behalf and on behalf of a working group involving the “Association des Acteurs de l’Autopartage” (AAA), a French National Association for carsharing grouping 20+ operators, and Iodines.
What problem does your proposal solve?
This PR aims to extend the current GBFS specification to allow car sharing support.
More details can be found the issue #338.
Proposal overview
We would like to propose an evolution of the GBFS which allows to model car-sharing data by extending the following files.
vehicle_types - new optional data only:
- rider capacity
- trunk size
- C02 emission
- environmental classification
- accessories
- ...
station_information.json - new optional data only:
- parking_type
- parking_hoop
- contact_phone
free_bike_status.json - new optional data only:
- a datetime specifying how much time the vehicle is available (for round trip carsharing)
- accessories present in the vehicle (such as child seats)
Is this a breaking change?
Which files are affected by this change?