Skip to content

Commit db679fb

Browse files
authored
Added TOC links to Provider page
1 parent 5b4c232 commit db679fb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

provider/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ Counts are calculated based the agency's local time zone, and this time zone is
330330

331331
All geography IDs included in the city published [Geography](/geography) API endpoint are included in the report results. In lieu of serving an API, this can alternately be a [flat file](/geography#file-format) created by the city and sent to the provider via link. If there is no `/geography` available, then counts are for the entire agency operating area, and `null` is returned for each Geography ID.
332332

333+
[Top][toc]
334+
333335
### Reports - Example
334336

335337
For 3 months of provider operation in a city (September 2019 through November 2019) for 3 geographies, 2 vehicle types, and 1 special group. Timezone is Eastern Time in the US which is _-4_ from UTC before November 3, 2019, and _-5_ after. Values of `-1` represent [redacted data](#data-redaction) counts.
@@ -388,6 +390,8 @@ StartDate,Duration,Special Group Type,Geography ID,Vehicle Type,Trip Count,Rider
388390
2019-11-01T00:00-05,P1M,low_income,8ad39dc3-005b-4348-9d61-c830c54c161b,bicycle,0,0
389391
```
390392

393+
[Top][toc]
394+
391395
### Special Group Type
392396

393397
Here are the possible values for the `special_group_type` dimension field:
@@ -399,6 +403,8 @@ Here are the possible values for the `special_group_type` dimension field:
399403

400404
Other special group types may be added in future MDS releases as relevant agency and provider use cases are identified. When additional special group types or metrics are proposed, a thorough review of utility and relevance in program oversight, evaluation, and policy development should be done by OMF Working Groups, as well as any privacy implications by the OMF Privacy Committee.
401405

406+
[Top][toc]
407+
402408
### Data Redaction
403409

404410
Some combinations of parameters may return a small count of trips, which could increase a privacy risk of re-identification. To correct for that, Reports does not return data below a certain count of results. This data redaction is called k-anonymity, and the threshold is set at a k-value of 10. For more explanation of this methodology, see our [Data Redaction Guidance document](https://github.com/openmobilityfoundation/mobility-data-specification/wiki/MDS-Data-Redaction).

0 commit comments

Comments
 (0)