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: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,10 @@ You can also get involved in development by joining an OMF working group. The wo
30
30
Working Group | Mailing List | Description
31
31
--- | --- | ---
32
32
Provider Services | [mds-provider-services](https://groups.google.com/a/groups.openmobilityfoundation.org/forum/#!forum/mds-provider-services) | Manages the [`provider`][provider] API within MDS.
33
-
City Services | [mds-city-services](https://groups.google.com/a/groups.openmobilityfoundation.org/forum/#!forum/mds-city-services) | Manages the [`agency`][agency] and [`policy`][policy] APIs within MDS, as well as the [`mds-core`](https://github.com/openmobilityfoundation/mds-core) reference implementation.
33
+
City Services | [mds-city-services](https://groups.google.com/a/groups.openmobilityfoundation.org/forum/#!forum/mds-city-services) | Manages the [`agency`][agency] and [`policy`][policy] APIs within MDS, as well as the [`mds-core`](https://github.com/openmobilityfoundation/mds-core)and [`mds-compliance-mobile`](https://github.com/openmobilityfoundation/mds-compliance-mobile)reference implementations.
34
34
35
35
You can view info about past releases and planning calls in the [wiki](https://github.com/openmobilityfoundation/mobility-data-specification/wiki).
36
36
37
-
38
37
For questions about MDS please contact [info@openmobilityfoundation.org](mailto:info@openmobilityfoundation.org). Media inquiries to [media@openmobilityfoundation.org](mailto:media@openmobilityfoundation.org)
39
38
40
39
## Versions
@@ -77,7 +76,7 @@ Some examples of how cities are using MDS in practice:
77
76
78
77
### Open Mobility Foundation
79
78
*[`mds-core`](https://github.com/openmobilityfoundation/mds-core) - A reference implementation of an MDS Agency Server, built using PostgresQL, TypeScript, NodeJS.
80
-
*[`mds-compliance-mobile`](`https://github.com/openmobilityfoundation/mds-compliance-mobile`) - A mobile app for performing in-the-field data validation and compliance monitoring.
79
+
*[`mds-compliance-mobile`](https://github.com/openmobilityfoundation/mds-compliance-mobile) - A mobile app for performing in-the-field data validation and compliance monitoring.
81
80
82
81
### City of Los Angeles
83
82
*[`mds-dev`](https://github.com/cityoflosangeles/mds-dev) - Code to do cap checking, fake data generation and more with provider data.
|`vehicle_state`| Enum | Required | see [Vehicle States][vehicle-states]|
168
168
|`event_types`| Enum[]| Required | see [Vehicle Events][vehicle-events]|
169
-
|`timestamp`|Timestamp| Required | Date of last event update |
169
+
|`timestamp`|[timestamp][ts]| Required | Date of last event update |
170
170
|`telemetry`|[Telemetry](#telemetry-data)| Required | Single point of telemetry |
171
171
|`trip_id`| UUID | Optional | UUID provided by Operator to uniquely identify the trip. Required for `trip_start`, `trip_end`, `trip_enter`, and `trip_leave` event types |
172
172
@@ -220,7 +220,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
220
220
| Field | Type | Required/Optional | Field Description |
Copy file name to clipboardExpand all lines: general-information.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This document contains specifications that are shared between the various MDS AP
6
6
7
7
*[Beta Features](#beta-features)
8
8
*[Costs and Currencies](#costs-and-currencies)
9
+
*[Definitions](#definitions)
9
10
*[Devices](#devices)
10
11
*[Propulsion Types](#propulsion-types)
11
12
*[Responses](#responses)
@@ -38,6 +39,17 @@ If the currency field is null, USD cents is implied.
38
39
39
40
[Top][toc]
40
41
42
+
## Definitions
43
+
44
+
Defining terminology and abbreviations used throughout MDS.
45
+
46
+
-**API** - Application Programming Interface - A function or set of functions that allow one software application to access or communicate with features of a different software application or service.
47
+
-**API Endpoint** - A point at which an API connects with a software application or service.
48
+
-**DOT** - Department of Transportation, usually a city-run agency.
49
+
-**PROW** - Public Right of Way - the physical infrastructure reserved for transportation purposes, examples include sidewalks, curbs, bike lanes, transit lanes and stations, traffic lanes and signals, and public parking.
50
+
51
+
[Top][toc]
52
+
41
53
## Devices
42
54
43
55
MDS defines the *device* as the unit that transmits GPS or GNSS signals for a particular vehicle. A given device must have a UUID (`device_id` below) that is unique within the Provider's fleet.
0 commit comments