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
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,19 +54,27 @@ The list of allowed `vehicle_type` values in MDS. Aligning with [GBFS vehicle ty
54
54
|`truck`| A truck or vehicle larger than a car or similar heavy-duty vehicle |
55
55
|`other`| A device that does not fit in the other categories |
56
56
57
+
Values based off of `form_factor` in [GBFS vehicle_types](https://github.com/MobilityData/gbfs/blob/master/gbfs.md#vehicle_typesjson), with some additional to support MDS modes.
|`electric_assist`| Provides electric motor assist only in combination with human propulsion - no throttle mode |
67
+
|`electric`| Powered by battery-powered electric motor with throttle mode |
68
+
|`combustion`| Powered by gasoline combustion engine |
69
+
|`combustion_diesel`| Powered by diesel combustion engine |
70
+
|`hybrid`| Powered by combined combustion engine and battery-powered motor |
71
+
|`hydrogen_fuel_cell`| Powered by hydrogen fuel cell powered electric motor |
72
+
|`plug_in_hybrid`| Powered by combined combustion engine and battery-powered motor with plug-in charging |
67
73
68
74
A vehicle may have one or more values from the `propulsion`, depending on the number of modes of operation. For example, a scooter that can be powered by foot or by electric motor would have the `propulsion` represented by the array `['human', 'electric']`. A bicycle with pedal-assist would have the `propulsion` represented by the array `['human', 'electric_assist']` if it can also be operated as a traditional bicycle.
69
75
76
+
Values based off of `propulsion_type` in [GBFS vehicle_types](https://github.com/MobilityData/gbfs/blob/master/gbfs.md#vehicle_typesjson).
0 commit comments