Skip to content

Commit

Permalink
victor valley transit authority use calitp data
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Jan 28, 2025
1 parent 21094ba commit 8d1e38c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 32 deletions.
43 changes: 43 additions & 0 deletions feeds/ontime.vvta.org.dmfr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.1.json",
"feeds": [
{
"id": "f-9qh-victorville~ca~us",
"spec": "gtfs",
"urls": {
"static_current": "https://ontime.vvta.org/gtfs"
},
"license": {
"spdx_identifier": "CC-BY-3.0",
"url": "https://vvta.org/developers/"
},
"operators": [
{
"onestop_id": "o-9qh-victorvalleytransitauthority",
"name": "Victor Valley Transit Authority",
"short_name": "VVTA",
"website": "https://www.vvta.org",
"tags": {
"twitter_general": "VVTransit",
"us_ntd_id": "90148",
"wikidata_id": "Q7926418"
},
"associated_feeds": [
{
"feed_onestop_id": "f-9qh-victorville~ca~us~rt"
}
]
}
]
},
{
"id": "f-9qh-victorville~ca~us~rt",
"spec": "gtfs-rt",
"urls": {
"realtime_alerts": "https://ontime.vvta.org/gtfs-rt/alerts",
"realtime_trip_updates": "https://ontime.vvta.org/gtfs-rt/tripupdates",
"realtime_vehicle_positions": "https://ontime.vvta.org/gtfs-rt/vehiclepositions"
}
}
]
}
32 changes: 0 additions & 32 deletions feeds/transloc.com.dmfr.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,6 @@
{
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.1.json",
"feeds": [
{
"id": "f-9qh-victorville~ca~us",
"spec": "gtfs",
"urls": {
"static_current": "https://api.transloc.com/gtfs/vvta.zip",
"static_historic": [
"https://ontime.vvta.org/gtfs",
"https://data.trilliumtransit.com/gtfs/victorville-ca-us/victorville-ca-us.zip",
"https://api.transloc.com/gtfs/vvta.zip"
]
},
"license": {
"spdx_identifier": "CC-BY-3.0",
"url": "https://vvta.org/developers/"
},
"tags": {
"notes": "VVTA says their official static feed is served by Transloc; Synchromatics also serves a Trillium-created static feed go with RT, but static feed contents are quite different"
},
"operators": [
{
"onestop_id": "o-9qh-victorvalleytransitauthority",
"name": "Victor Valley Transit Authority",
"short_name": "VVTA",
"website": "https://www.vvta.org",
"tags": {
"twitter_general": "VVTransit",
"us_ntd_id": "90148",
"wikidata_id": "Q7926418"
}
}
]
},
{
"id": "f-9t9p7-universityofaz~cattran~freeshuttleservice",
"spec": "gtfs",
Expand Down

0 comments on commit 8d1e38c

Please sign in to comment.