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
| `start_date` | date | Start date of trip the data row, ISO 8601 format |
369
-
| `time_zone` | string | Time zone of market, from the [tzdata database](https://www.iana.org/time-zones) |
370
368
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
371
369
| `geography_id` | [Geography](/geography) | ID that applies to this row. Includes all IDs in /geography. When there is no /geography then return `null` for this value and return counts based on the entire operating area. |
372
370
| `vehicle_type` | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
@@ -377,68 +375,68 @@ The authenticated reports are monthly, historic flat files that may be pre-gener
377
375
378
376
Report contents include every combination of special group types, geography IDs, and vehicle types in operation for each month since the provider began operations in the jurisdiction. New files are added monthly in addition to the previous monthly historic files.
379
377
380
-
Counts are calculated based the agency's local time zone, and this time zone is returned in the `time_zone` column. Trips are counted based on their start time, i.e. if a trip starts in month A but ends in month B, it will be counted only as part of the report for month A.
378
+
Counts are calculated based the agency's local time zone. Trips are counted based on their start time, i.e. if a trip starts in month A but ends in month B, it will be counted only as part of the report for month A.
381
379
382
380
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.
383
381
384
382
[Top][toc]
385
383
386
384
### Reports - Example
387
385
388
-
For 3 months of provider operation in a city (September 2019 through November 2019) for 3 geographies, 2 vehicle types, and 1 special group. The time zone is `America/New_York`. Values of `-1` represent [redacted data](#data-redaction) counts.
386
+
For 3 months of provider operation in a city (September 2019 through November 2019) for 3 geographies, 2 vehicle types, and 1 special group. Values of `-1` represent [redacted data](#data-redaction) counts.
0 commit comments