Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Oct 9, 2024
2 parents 793d527 + 5e0eed4 commit fac474f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 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
3 changes: 2 additions & 1 deletion feeds/jptransit.org.dmfr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"id": "f-jefferson~parish",
"spec": "gtfs",
"urls": {
"static_current": "https://drive.google.com/uc?export=download&id=1ciIHkphOZuZdK1H5rcJGqM463jp0jZb7",
"static_current": "https://drive.google.com/uc?export=download&id=16rusodQXxEwQjhBp4r3UuX98K9le5R9u",
"static_historic": [
"https://drive.google.com/uc?export=download&id=1ciIHkphOZuZdK1H5rcJGqM463jp0jZb7",
"https://github.com/transitland/gtfs-archives-not-hosted-elsewhere/raw/master/f-jefferson~parish.zip"
]
},
Expand Down
12 changes: 7 additions & 5 deletions feeds/scmtd.com.dmfr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"id": "f-9q9-scmtdcom",
"spec": "gtfs",
"urls": {
"static_current": "http://scmtd.com/google_transit/google_transit.zip"
"static_current": "https://developer.scmetro.org/gtfs.zip"
},
"license": {
"spdx_identifier": "CC-BY-SA-4.0",
"url": "https://scmtd.com/en/riders-guide/google-transit/gtfs-dev-data",
"url": "https://developer.scmetro.org/",
"use_without_attribution": "no",
"share_alike_optional": "no"
"create_derived_product": "yes",
"redistribution_allowed": "yes",
"commercial_use_allowed": "yes",
"share_alike_optional": "yes"
},
"tags": {
"gtfs_data_exchange": "santa-cruz-metro"
Expand Down Expand Up @@ -45,4 +47,4 @@
}
],
"license_spdx_identifier": "CDLA-Permissive-1.0"
}
}
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 fac474f

Please sign in to comment.