You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-types.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,19 @@ A vehicle record is as follows:
40
40
41
41
The list of allowed `vehicle_type` values in MDS. Aligning with [GBFS vehicle types form factors](https://github.com/NABSA/gbfs/blob/master/gbfs.md#vehicle_typesjson-added-in-v21-rc).
42
42
43
-
|`vehicle_type`| Description |
44
-
|------------------| ----------- |
45
-
|`bicycle`| A two-wheeled mobility device intended for personal transportation that can be operated via pedals, with or without a motorized assist (includes e-bikes, recumbents, and tandems) |
46
-
|`cargo_bicycle`| A two- or three-wheeled bicycle intended for transporting larger, heavier cargo than a standard bicycle (such as goods or passengers), with or without motorized assist (includes bakfiets/front-loaders, cargo trikes, and long-tails) |
47
-
|`car`| A passenger car or similar light-duty vehicle |
48
-
|`scooter`| A standing or seated fully-motorized mobility device intended for one rider, capable of travel at low or moderate speeds, and suited for operation in infrastructure shared with motorized bicycles |
49
-
|`moped`| A seated fully-motorized mobility device capable of travel at moderate or high speeds and suited for operation in general urban traffic |
50
-
|`delivery_robot`| A robot intended for transporting goods |
51
-
|`other`| A device that does not fit in the other categories |
43
+
|`vehicle_type`| Description |
44
+
|--------------------| ----------- |
45
+
|`bicycle`| A two-wheeled mobility device intended for personal transportation that can be operated via pedals, with or without a motorized assist (includes e-bikes, recumbents, and tandems) |
46
+
|`bus`| A vehicle larger than a car or small truck capable of transporting multiple passengers at once |
47
+
|`cargo_bicycle`| A two- or three-wheeled bicycle intended for transporting larger, heavier cargo than a standard bicycle (such as goods or passengers), with or without motorized assist (includes bakfiets/front-loaders, cargo trikes, and long-tails) |
48
+
|`car`| A passenger car or similar light-duty vehicle |
49
+
|`delivery_robot`| A robot or remote-operated device intended for transporting goods |
50
+
|`moped`| A seated fully-motorized mobility device capable of travel at moderate or high speeds and suited for operation in general urban traffic |
51
+
|`motorcycle`| A seated fully-motorized mobility device capable of travel at high speeds and suited for operation in general urban traffic and highways |
52
+
|`scooter_standing`| A standing fully-motorized mobility device without a seat intended for one rider, capable of travel at low or moderate speeds, and suited for operation in infrastructure shared with motorized bicycles |
53
+
|`scooter_seated`| A fully-motorized mobility device with a seat intended for one rider, capable of travel at low or moderate speeds, and suited for operation in infrastructure shared with motorized bicycles |
54
+
|`truck`| A truck or vehicle larger than a car or similar heavy-duty vehicle |
55
+
|`other`| A device that does not fit in the other categories |
0 commit comments