Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
62eb20b
Add GTFS schedule for JAX Mass Transit District
emmambd Jul 30, 2026
27514c6
Create sg-singapore-typical-weekday-gtfs-3409.json
emmambd Jul 30, 2026
4e2a2ca
Update direct download URL for GTFS data
emmambd Jul 30, 2026
c9a0fcb
Add GTFS-RT data source for GCRTA in Cleveland
emmambd Jul 30, 2026
6fb72fa
Create us-ohio-cleveland-gcrta-gtfs-rt-3411.json
emmambd Jul 30, 2026
9216566
Add GTFS RT data source for GCRTA
emmambd Jul 30, 2026
13261ea
Update us-ohio-greater-cleveland-regional-transit-authority-gtfs-rt-v…
emmambd Jul 30, 2026
4607c45
Add redirect information to GTFS-RT JSON
emmambd Jul 30, 2026
3d6569c
Update us-ohio-greater-cleveland-regional-transit-authority-gtfs-rt-t…
emmambd Jul 30, 2026
cf77122
Rename us-ohio-cleveland-gcrta-gtfs-rt-sa.json to us-ohio-cleveland-g…
emmambd Jul 30, 2026
4e70138
Rename us-ohio-cleveland-gcrta-gtfs-rt-3412sa.json to us-ohio-clevela…
emmambd Jul 30, 2026
d82a1f5
Update us-california-fresno-area-express-fax-gtfs-90.json
emmambd Jul 30, 2026
4dce2bc
Merge branch 'main' into part-2
emmambd Jul 30, 2026
974bc1a
Rename us-ohio-cleveland-gcrta-gtfs-rt-3411.json to us-ohio-cleveland…
emmambd Jul 30, 2026
fb572c1
Fix JSON formatting by removing extra newline
emmambd Jul 30, 2026
bc15e84
Fix JSON formatting in GTFS RT file
emmambd Jul 30, 2026
6f50680
Fix JSON formatting in GTFS RT file
emmambd Jul 30, 2026
880964a
Add new GTFS schedule file for Lisboa
emmambd Jul 30, 2026
7068fb1
Change static reference ID from '3388' to '3412'
emmambd Jul 30, 2026
f6fbd12
Update static_reference in pt-lisboa-tml-gtfs-rt-tu-3389.json
emmambd Jul 30, 2026
d9b2476
Update static_reference value in GTFS RT JSON
emmambd Jul 30, 2026
1f193a1
Update and rename us-ohio-cleveland-gcrta-gtfs-rt-sa-3412.json to us-…
emmambd Jul 30, 2026
97c38bc
Update redirect ID in GTFS-RT JSON file
emmambd Jul 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"provider": "Transportes Metropolitanos de Lisboa",
"static_reference": [
"3388"
"3412"
],
"urls": {
"direct_download": "https://go.tmlmobilidade.pt/hub/api/v1/alerts/gtfs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"provider": "Transportes Metropolitanos de Lisboa",
"static_reference": [
"3388"
"3412"
],
"urls": {
"direct_download": "https://go.tmlmobilidade.pt/hub/api/v1/realtime/trip-updates/gtfs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"provider": "Transportes Metropolitanos de Lisboa",
"static_reference": [
"3388"
"3412"
],
"urls": {
"direct_download": "https://go.tmlmobilidade.pt/hub/api/v1/realtime/vehicles/positions/gtfs",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mdb_source_id": 3413,
"data_type": "gtfs-rt",
"entity_type": [
"sa"
],
"provider": "Greater Cleveland Regional Transit Authority (GCRTA)",
"static_reference": [
"406"
],
"urls": {
"direct_download": "https://gtfs-rt.gcrta.vontascloud.com/TMGTFSRealTimeWebService/Alert/Alerts.pb",
"authentication_type": 0,
"license": "https://www.riderta.com/developers"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mdb_source_id": 3411,
"data_type": "gtfs-rt",
"entity_type": [
"tu"
],
"provider": "Greater Cleveland Regional Transit Authority (GCRTA)",
"static_reference": [
"406"
],
"urls": {
"direct_download": "https://gtfs-rt.gcrta.vontascloud.com/TMGTFSRealTimeWebService/TripUpdate/TripUpdates.pb",
"authentication_type": 0,
"license": "https://www.riderta.com/developers"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mdb_source_id": 3410,
"data_type": "gtfs-rt",
"entity_type": [
"vp"
],
"provider": "Greater Cleveland Regional Transit Authority (GCRTA)",
"static_reference": [
"406"
],
"urls": {
"direct_download": "https://gtfs-rt.gcrta.vontascloud.com/TMGTFSRealTimeWebService/Vehicle/VehiclePositions.pb",
"authentication_type": 0,
"license": "https://www.riderta.com/developers"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
"sa"
],
"provider": "Greater Cleveland Regional Transit Authority",
"status": "deprecated",
"static_reference": [
"406"
],
"urls": {
"direct_download": "http://gtfs.gcrta.org/TMGTFSRealTimeWebService/Alert/Alerts.pb",
"authentication_type": 0
}
}
},
"redirect": [
{
"id": "3413"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
"tu"
],
"provider": "Greater Cleveland Regional Transit Authority",
"status": "deprecated",
"static_reference": [
"406"
],
"urls": {
"direct_download": "http://gtfs.gcrta.org/TMGTFSRealTimeWebService/TripUpdate/TripUpdates.pb",
"authentication_type": 0
}
}
},
"redirect": [
{
"id": "3411"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
"vp"
],
"provider": "Greater Cleveland Regional Transit Authority",
"status": "deprecated",
"static_reference": [
"406"
],
"urls": {
"direct_download": "http://gtfs.gcrta.org/TMGTFSRealTimeWebService/Vehicle/VehiclePositions.pb",
"authentication_type": 0
}
}
},
"redirect": [
{
"id": "3410"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mdb_source_id": 3388,
"mdb_source_id": 3412,
"data_type": "gtfs",
"provider": "Transportes Metropolitanos de Lisboa (TML)",
"is_official": "True",
Expand All @@ -17,7 +17,7 @@
"urls": {
"direct_download": "https://go.tmlmobilidade.pt/hub/api/v1/plans/gtfs",
"authentication_type": 0,
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/pt-lisboa-tml-gtfs-3388.zip?alt=media",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/pt-lisboa-tml-gtfs-3412.zip?alt=media",
"license": "https://github.com/tmlmobilidade/go?tab=AGPL-3.0-1-ov-file"
},
"redirect": []
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"mdb_source_id": 3409,
"data_type": "gtfs",
"provider": "Singapore typical weekday",
"is_official": "False",
"location": {
"country_code": "SG",
"bounding_box": {
"minimum_latitude": 55.874955000775294,
"maximum_latitude": 57.7746047262964,
"minimum_longitude": 21.0165956136552,
"maximum_longitude": 28.1167317149993,
"extracted_on": "2026-07-29T20:03:08+00:00"
}
},
"urls": {
"direct_download": "https://github.com/Vorld/singapore-gtfs/releases/download/v2026-07-12/singapore-gtfs.zip",
"authentication_type": 0,
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/sg-singapore-typical-weekday-gtfs-3409.zip?alt=media",
"license": "https://github.com/Vorld/singapore-gtfs#licence"
},
"redirect": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"data_type": "gtfs",
"provider": "Fresno Area Express (FAX)",
"is_official": "True",
"features": [
"fares-v1"
],
"location": {
"country_code": "US",
"subdivision_name": "California",
Expand All @@ -19,7 +16,7 @@
}
},
"urls": {
"direct_download": "http://gis4u.fresno.gov/downloads/fax_gtfs.zip",
"direct_download": "https://gis4u.fresno.gov/downloads/fax_gtfs.zip",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-california-fresno-area-express-fax-gtfs-90.zip?alt=media"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"mdb_source_id": 3408,
"data_type": "gtfs",
"provider": "JAX Mass Transit District",
"is_official": "True",
"location": {
"country_code": "US",
"subdivision_name": "Illinois",
"municipality": "Jackson County",
"bounding_box": {
"minimum_latitude": 55.874955000775294,
"maximum_latitude": 57.7746047262964,
"minimum_longitude": 21.0165956136552,
"maximum_longitude": 28.1167317149993,
"extracted_on": "2026-07-29T20:03:08+00:00"
}
},
"urls": {
"direct_download": "https://passio3.com/JCMTD/passioTransit/gtfs/google_transit.zip",
"authentication_type": 0,
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-illinois-jackson-county-jax-mass-transit-district-gtfs-3408.zip?alt=media",
"license": "https://proxy.busone.app/cotral/readme"
},
"redirect": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
}
},
"urls": {
"direct_download": "http://www.riderta.com/sites/default/files/gtfs/latest/google_transit.zip",
"direct_download": "https://www.riderta.com/sites/default/files/gtfs/latest/google_transit.zip",
"authentication_type": 0,
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-ohio-greater-cleveland-regional-transit-authority-gtfs-406.zip?alt=media",
"license": "http://www.riderta.com/developers"
},
"redirect": []
}
}
Loading