Skip to content

Commit fe5f98e

Browse files
authored
Merge branch 'dev' into dev
2 parents 0b818e8 + 5bd0f3b commit fe5f98e

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

provider/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -363,16 +363,16 @@ The authenticated reports are monthly, historic flat files that may be pre-gener
363363
**`data` Filename:** monthly file named by year and month, e.g. `/reports/YYYY-MM.csv`
364364
**`data` Payload:** monthly CSV files with the following structure:
365365

366-
| Name | Type | Comments |
367-
| ------------------ | ----------------------------------------- | ------------------------------------------------ |
368-
| Provider ID | UUID | A UUID for the Provider, unique within MDS. See MDS provider_id in [provider list](/providers.csv). |
369-
| StartDate | date | Start date of trip the data row, ISO 8601 format, local timezone |
370-
| Duration | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
371-
| Special Group Type | [Special Group Type](#special-group-type) | Type that applies to this row |
372-
| 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. |
373-
| Vehicle Type | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
374-
| Trip Count | integer | Count of trips taken for this row |
375-
| Rider Count | integer | Count of unique riders for this row |
366+
| Column Name | Type | Comments |
367+
|----------------------| ----------------------------------------- | ------------------------------------------------ |
368+
| `provider_id` | UUID | A UUID for the Provider, unique within MDS. See MDS provider_id in [provider list](/providers.csv). |
369+
| `start_date` | date | Start date of trip the data row, ISO 8601 format, local timezone |
370+
| `duration` | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
371+
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
372+
| `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. |
373+
| `vehicle_type` | [Vehicle Type](/agency#vehicle-type) | Type that applies to this row |
374+
| `trip_count` | integer | Count of trips taken for this row |
375+
| `rider_count` | integer | Count of unique riders for this row |
376376

377377
#### Data Notes
378378

@@ -391,7 +391,7 @@ For 3 months of a single provider operation in a city (September 2019 through No
391391
**September 2019** `/reports/2019-09.csv`
392392

393393
```csv
394-
Provider ID,StartDate,Duration,Special Group Type,Geography ID,Vehicle Type,Trip Count,Rider Count
394+
provider_id,start_date,duration,special_group_type,geography_id,vehicle_type,trip_count,rider_count
395395
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-09-01T00:00-04,P1M,all_riders,44428624-186b-4fc3-a7fb-124f487464a1,scooter,1302,983
396396
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-09-01T00:00-04,P1M,low_income,44428624-186b-4fc3-a7fb-124f487464a1,scooter,201,104
397397
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-09-01T00:00-04,P1M,all_riders,44428624-186b-4fc3-a7fb-124f487464a1,bicycle,530,200
@@ -409,7 +409,7 @@ Provider ID,StartDate,Duration,Special Group Type,Geography ID,Vehicle Type,Trip
409409
**October 2019** `/reports/2019-10.csv`
410410

411411
```csv
412-
Provider ID,StartDate,Duration,Special Group Type,Geography ID,Vehicle Type,Trip Count,Rider Count
412+
provider_id,start_date,duration,special_group_type,geography_id,vehicle_type,trip_count,rider_count
413413
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-10-01T00:00-04,P1M,all_riders,44428624-186b-4fc3-a7fb-124f487464a1,scooter,1042,786
414414
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-10-01T00:00-04,P1M,low_income,44428624-186b-4fc3-a7fb-124f487464a1,scooter,161,83
415415
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-10-01T00:00-04,P1M,all_riders,44428624-186b-4fc3-a7fb-124f487464a1,bicycle,424,160
@@ -427,7 +427,7 @@ Provider ID,StartDate,Duration,Special Group Type,Geography ID,Vehicle Type,Trip
427427
**November 2019** `/reports/2019-11.csv`
428428

429429
```csv
430-
Provider ID,StartDate,Duration,Special Group Type,Geography ID,Vehicle Type,Trip Count,Rider Count
430+
provider_id,start_date,duration,special_group_type,geography_id,vehicle_type,trip_count,rider_count
431431
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-11-01T00:00-05,P1M,all_riders,44428624-186b-4fc3-a7fb-124f487464a1,scooter,834,629
432432
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-11-01T00:00-05,P1M,low_income,44428624-186b-4fc3-a7fb-124f487464a1,scooter,129,66
433433
48415839-3e38-4ba5-a557-e45fb4e6a0a3,2019-11-01T00:00-05,P1M,all_riders,44428624-186b-4fc3-a7fb-124f487464a1,bicycle,339,128

providers.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ Revel,89301314-1210-4126-a213-3c41423f2ac5,https://gorevel.com/,https://opendata
4545
Troopy,2b684c7c-f8ad-4c65-92f0-b9e57aaa7dd3,https://www.troopy.com,https://mds.vulog.io/mds/fleets/TROOPY-FRPAR,https://gbfs.vulog.io/mds/fleets/TROOPY-FRPAR/gbfs
4646
BCycle,938D9F8B-B8D3-46CC-9276-F4A8C4FA3610,https://www.bcycle.com,https://mds.bcycle.com,https://gbfs.bcycle.com
4747
Tembici,46b28e68-8ecb-4875-b97e-836fd5e1930f,https://www.tembici.com.br/,https://api.tembici.com.br/mds,https://api.tembici.com.br/gbfs
48-
Whoosh,3f8908a7-86fa-450d-8889-5d49077e06cd,https://whoosh.bike,https://mds.whoosh.bike,
48+
POPPY Mobility,5c869736-797f-4244-9132-fb50a22d1bfd,https://www.poppy.be/,https://poppy.red/mds
49+
Whoosh,3f8908a7-86fa-450d-8889-5d49077e06cd,https://whoosh.bike,https://mds.whoosh.bike

0 commit comments

Comments
 (0)