Skip to content

Commit 5f6dd24

Browse files
ianktcapplecuckoo
andauthored
Feed Submission North America (#1137)
* update: MVgo scheduled feed with new direct download URL; addresses issue 1029 * update: RCT schedule feed with new direct download URL; addresses issue 1058 * add: Mountain View Community Shuttle schedule feed; addresses issue 1030 * update: Watertown Citibus schedule feed with new direct download URL; addresses issue 1028 * update: Centro schedule feed with new direct download URL: addresses issue 1041 * add: VTrans schedule feed (mdb-2879); addresses issue 1022 * add: Vancouver C-TRAN schedule feed; addresses issue 1008 * update: SBB feed with official status (#1136) * feat: add Metro Christchurch vp and tu feeds and mark as official (#1138) * add: MVgo schedule feed (mdb-2880) and deprecate+redirect mdb-2025; addresses issue 1029 * add: Watertown Citibus schedule feed (mdb-2881) and deprecate+redirect mdb-871; addresses issue 1028 * add: RCT schedule feed (mdb-2882) and deprecate+redirect mdb-448; addresses issue 1058 * update: Mountain View Community Shuttle schedule feed with latest mdb stable id (mdb-2883); addresses issue 1030 * update: VTrans schedule feed with latest mdb stable id (mdb-2884); addresses issue 1022 * update: Vancouver C-TRAN schedule feed with latest stable mdb id (mdb-2885); addresses issue 1008 * update: MVgo schedule feed with correct mdb stable id!; addresses issue 1029 * update: Watertown Citibus schedule feed with correct mdb stable id!; addresses issue 1028 * update: RCT schedule feed with correct mdb stable id!; addresses issue 1028 * update: CTran schedule feed to remove incorrect name!; addresses issue 1008 * update: deprecated MVgo schedule feed with old URL!; addresses issue 1029 New URL is in active feed mdb-2880 * fix: review comments * fix: review comments * update: Mountain View Community Shuttle contact email; addresses issue 1030 referred to https://mvcommunityshuttle.com/ for contact email --------- Co-authored-by: applecuckoo <nufjoysb@duck.com>
1 parent de86e7f commit 5f6dd24

9 files changed

Lines changed: 140 additions & 5 deletions
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"mdb_source_id": 2883,
3+
"data_type": "gtfs",
4+
"provider": "Mountain View Community Shuttle",
5+
"location": {
6+
"country_code": "US",
7+
"bounding_box": {
8+
"minimum_latitude": null,
9+
"maximum_latitude": null,
10+
"minimum_longitude": null,
11+
"maximum_longitude": null,
12+
"extracted_on": "2025-11-18 20:20:25.824994+00:00"
13+
},
14+
"subdivision_name": "California",
15+
"municipality": "Mountain View"
16+
},
17+
"urls": {
18+
"direct_download": "https://gtfs.mvcommunityshuttle.com/gtfs.zip",
19+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-california-mountain-view-mountain-view-c-gtfs-2883.zip?alt=media",
20+
"authentication_type": 0,
21+
"license": "https://opendatacommons.org/licenses/by/summary/"
22+
},
23+
"feed_contact_email": "info@mvcommunityshuttle.com",
24+
"features": [],
25+
"status": "active",
26+
"is_official": "True",
27+
"redirect": []
28+
}

catalogs/sources/gtfs/schedule/us-california-mountain-view-transportation-management-association-mvgo-gtfs-2025.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"data_type": "gtfs",
44
"provider": "Mountain View Transportation Management Association (MVgo)",
55
"is_official": "True",
6+
"status": "deprecated",
67
"feed_contact_email": "https://mvgo.org/developers/",
78
"location": {
89
"country_code": "US",
@@ -22,5 +23,10 @@
2223
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-california-mountain-view-transportation-management-association-mvgo-gtfs-2025.zip?alt=media",
2324
"license": "https://mvgo.org/developers/"
2425
},
25-
"redirect": []
26-
}
26+
"redirect": [
27+
{
28+
"id": "2880",
29+
"comment": " "
30+
}
31+
]
32+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"mdb_source_id": 2880,
3+
"data_type": "gtfs",
4+
"provider": "Mountain View Transportation Management Association (MVgo)",
5+
"is_official": "True",
6+
"feed_contact_email": "https://mvgo.org/developers/",
7+
"location": {
8+
"country_code": "US",
9+
"subdivision_name": "California",
10+
"municipality": "Mountain View",
11+
"bounding_box": {
12+
"minimum_latitude": 37.387655512462,
13+
"maximum_latitude": 37.4314288965063,
14+
"minimum_longitude": -122.111623478335,
15+
"maximum_longitude": -122.047760594783,
16+
"extracted_on": "2024-05-14T17:15:22+00:00"
17+
}
18+
},
19+
"urls": {
20+
"direct_download": "https://gtfs.mvgo.org/gtfs.zip",
21+
"authentication_type": 0,
22+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-california-mountain-view-transportation-management-association-mvgo-gtfs-2880.zip?alt=media",
23+
"license": "https://mvgo.org/developers/"
24+
},
25+
"redirect": []
26+
}

catalogs/sources/gtfs/schedule/us-new-york-centro-gtfs-534.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"urls": {
18-
"direct_download": "http://www.centro.org/CentroGTFS/CentroGTFS.zip",
18+
"direct_download": "https://www.centro.org/CentroGTFS/CentroGTFS.zip",
1919
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-new-york-centro-gtfs-534.zip?alt=media"
2020
}
2121
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"mdb_source_id": 2881,
3+
"data_type": "gtfs",
4+
"provider": "Watertown Citibus",
5+
"location": {
6+
"country_code": "US",
7+
"subdivision_name": "New York",
8+
"municipality": "Watertown",
9+
"bounding_box": {
10+
"minimum_latitude": 43.947218,
11+
"maximum_latitude": 43.994343,
12+
"minimum_longitude": -75.95417,
13+
"maximum_longitude": -75.879929,
14+
"extracted_on": "2022-03-17T15:28:54+00:00"
15+
}
16+
},
17+
"urls": {
18+
"direct_download": "https://passio3.com/watertown/passioTransit/gtfs/google_transit.zip",
19+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-new-york-watertown-citibus-gtfs-2881.zip?alt=media"
20+
}
21+
}

catalogs/sources/gtfs/schedule/us-new-york-watertown-citibus-gtfs-871.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"mdb_source_id": 871,
33
"data_type": "gtfs",
44
"provider": "Watertown Citibus",
5+
"status": "active",
56
"location": {
67
"country_code": "US",
78
"subdivision_name": "New York",
@@ -17,5 +18,6 @@
1718
"urls": {
1819
"direct_download": "https://s3.amazonaws.com/datatools-511ny/public/Watertown_Citibus.zip",
1920
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-new-york-watertown-citibus-gtfs-871.zip?alt=media"
20-
}
21+
},
22+
"redirect": []
2123
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"mdb_source_id": 2882,
3+
"data_type": "gtfs",
4+
"provider": "Rural Community Transportation (RCT)",
5+
"is_official": "True",
6+
"features": [
7+
"fares-v1",
8+
"flex-v1"
9+
],
10+
"location": {
11+
"country_code": "US",
12+
"subdivision_name": "Vermont",
13+
"bounding_box": {
14+
"minimum_latitude": 44.141096561202,
15+
"maximum_latitude": 45.004295166893,
16+
"minimum_longitude": -73.1211839,
17+
"maximum_longitude": -71.7685947,
18+
"extracted_on": "2022-03-16T15:34:38+00:00"
19+
}
20+
},
21+
"urls": {
22+
"direct_download": "https://data.trilliumtransit.com/gtfs/ruralcommunity-vt-us/ruralcommunity-vt-us--flex-v2.zip",
23+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-vermont-rural-community-transportation-rct-gtfs-2882.zip?alt=media"
24+
}
25+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"mdb_source_id": 2884,
3+
"data_type": "gtfs",
4+
"provider": "VTrans",
5+
"location": {
6+
"country_code": "US",
7+
"bounding_box": {
8+
"minimum_latitude": null,
9+
"maximum_latitude": null,
10+
"minimum_longitude": null,
11+
"maximum_longitude": null,
12+
"extracted_on": "2025-11-18 20:20:25.834113+00:00"
13+
},
14+
"subdivision_name": "Vermont",
15+
"municipality": "Springfield"
16+
},
17+
"urls": {
18+
"direct_download": "https://data.trilliumtransit.com/gtfs/sevt-vt-us/sevt-vt-us--flex-v2.zip",
19+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-vermont-springfield-vtrans-gtfs-2884.zip?alt=media",
20+
"authentication_type": 0
21+
},
22+
"name": "Springfield MicroMoo",
23+
"features": [],
24+
"status": "active",
25+
"is_official": "True",
26+
"redirect": []
27+
}

catalogs/sources/gtfs/schedule/us-washington-c-tran-gtfs-258.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"urls": {
20-
"direct_download": "http://www.c-tran.com/images/Google/GoogleTransitUpload.zip",
20+
"direct_download": "https://www.c-tran.com/images/Google/GoogleTransitUpload.zip",
2121
"authentication_type": 0,
2222
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-washington-c-tran-gtfs-258.zip?alt=media",
2323
"license": "https://c-tran.com/about-c-tran/business/c-tran-gtfs-data"

0 commit comments

Comments
 (0)