Skip to content

Commit

Permalink
remove capital letters from US and Canadian Onestop IDs (#1254)
Browse files Browse the repository at this point in the history
* Columbus (Indiana)

* Transcollines
  • Loading branch information
drewda authored Oct 2, 2024
1 parent 2f5d7cd commit 238be7b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
21 changes: 16 additions & 5 deletions feeds/columbusindianatransit.com.dmfr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.0.json",
"feeds": [
{
"id": "f-columBUS~in",
"id": "f-columbus~in~us",
"supersedes_ids": [
"f-columBUS~in"
],
"spec": "gtfs",
"urls": {
"static_current": "https://columbusindianatransit.com/gtfs"
},
"operators": [
{
"onestop_id": "o-columBUS~in",
"name": "ColumBUS Transit",
"onestop_id": "o-columbus~in~us",
"supersedes_ids": [
"o-columBUS~in"
],
"name": "City of Columbus",
"short_name": "ColumBUS",
"website": "https://www.columbus.in.gov/columbus-transit/",
"associated_feeds": [
{
"feed_onestop_id": "f-columBUS~in~rt"
"feed_onestop_id": "f-columbus~in~us~rt"
}
],
"tags": {
Expand All @@ -24,7 +31,11 @@
]
},
{
"id": "f-columBUS~in~rt",
"id": "f-columbus~in~us~rt",
"supersedes_ids": [
"f-columBUS~in~rt",
"f-f-columBUS~in~rt"
],
"spec": "gtfs-rt",
"urls": {
"realtime_vehicle_positions": "https://columbusindianatransit.com/gtfs-rt/vehiclepositions",
Expand Down
10 changes: 8 additions & 2 deletions feeds/transcollines.github.dmfr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.0.json",
"feeds": [
{
"id": "f-f244-RITC~Transcollines",
"id": "f-f244-ritc~transcollines",
"supersedes_ids": [
"f-f244-RITC~Transcollines"
],
"spec": "gtfs",
"urls": {
"static_current": "https://github.com/transcollines/gtfs/raw/master/transcollines-qc-ca-fares.zip",
Expand All @@ -18,7 +21,10 @@
},
"operators": [
{
"onestop_id": "o-f244-RITC~Transcollines",
"onestop_id": "o-f244-ritc~transcollines",
"supersedes_ids": [
"o-f244-RITC~Transcollines"
],
"name": "Régie intermunicipale de transport des Collines",
"short_name": "Transcollines",
"website": "http://transcollines.ca"
Expand Down

0 comments on commit 238be7b

Please sign in to comment.