Skip to content

Commit dc7b7d6

Browse files
committed
Added new vehicle types
1 parent 9a912ce commit dc7b7d6

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

data-types.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,19 @@ A vehicle record is as follows:
4040

4141
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).
4242

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 |
5256

5357
[Top][toc]
5458

0 commit comments

Comments
 (0)