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, local timezone |
369
-
| `duration` | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
370
-
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
371
-
| `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
-
| `vehicle_type` | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
373
-
| `trip_count` | integer | Count of trips taken for this row |
374
-
| `rider_count` | integer | Count of unique riders for this row |
| `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
+
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
371
+
| `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
+
| `vehicle_type` | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
373
+
| `trip_count` | integer | Count of trips taken for this row |
374
+
| `rider_count` | integer | Count of unique riders for this row |
375
375
376
376
#### Data Notes
377
377
378
378
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
379
380
-
Counts are calculated based the agency's local time zone, and this time zone is returned within the `StartDate` value. For months where there is a Daylight Saving Time change, use the timezone that is in the majority of the month. Note that StartDate is based on the moment the trip starts.
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.
381
381
382
382
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
383
384
384
[Top][toc]
385
385
386
386
### Reports - Example
387
387
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. 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
+
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.
0 commit comments