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

Aggregate available vehicle_types at a station #261

Merged
merged 8 commits into from
Oct 14, 2020

Commits on Aug 25, 2020

  1. Aggregate available vehicle_types at a station

    Based on conversations in issue MobilityData#250 
    
    Modified station_status.json to aggregate the number of available vehicles per vehicle_type and removed the `bike_id`, `is_reserved`, `is_disabled`, `vehicle_type_id` and `current_range_meters` from the feed since they're available in free_bike_status.json. 
    
    Also modified free_bike_status.json to specify the station_id where the vehicle is, in order to provide more details on the vehicle (such as 'current_range_meters'). So the free_bike_status.json could be used for free floating vehicles and docked vehicles as well to provide more information on each of the vehicles.
    sfaubert1 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    f57f6d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Update gbfs.md

    Fixed a typo (missing quote)
    sfaubert1 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    5d621a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Update gbfs.md based on comments

    - updated free_bike_status.json description (2 places)
    - corrected a typo ("available vehicles")
    sfaubert1 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    d2ac9d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Update gbfs.md

    Updated based on comments from @kanagy
    Fixed typo in free_bike_status description, fixed indentation in examples, matched style of vehicle_docks_available in vehicle_types_available.
    Mitch Vars committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1f1b8cd View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Update gbfs.md

    vehicle_type_id becomes string
    Mitch Vars committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    6a69fd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Update gbfs.md

    Fix typos
    Update definition of free_bike_status.json
    Mitch Vars committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    0a9647b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Add version labels, updated station_id version, whitespace, add prici…

    …ng_plan_id to example
    barbeau committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    4066cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    069a63e View commit details
    Browse the repository at this point in the history