Skip to content

Commit

Permalink
Add new Fertagus and TCB feeds; remove from Transporlis (#1175)
Browse files Browse the repository at this point in the history
* Add new Fertagus and TCB feeds; remove from Transporlis

* Fix indentation

* Fix indentation

* Remove newline from ends of files
  • Loading branch information
joaodcp authored Jul 26, 2024
1 parent 3c29975 commit 9ea6a7f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 29 deletions.
28 changes: 28 additions & 0 deletions feeds/fertagus.pt.dmfr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.0.json",
"feeds": [
{
"id": "f-eyce-fertagus",
"spec": "gtfs",
"urls": {
"static_current": "https://www.fertagus.pt/GTFSTMLzip/Fertagus_GTFS.zip",
"static_historic": [
"https://www.transporlis.pt/desktopmodules/trp_opendata/ajax/downloadFile.ashx?op=13&u=web",
"http://www.transporlis.pt/Portals/0/OpenData/gtfs/zip/13/gtfs_13.zip"
]
},
"operators": [
{
"onestop_id": "o-eyce-fertagus",
"name": "Fertagus",
"website": "https://www.fertagus.pt/",
"associated_feeds": [
{
"gtfs_agency_id": "15"
}
]
}
]
}
]
}
28 changes: 28 additions & 0 deletions feeds/tcbarreiro.pt.dmfr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.0.json",
"feeds": [
{
"id": "f-transportes~colectivos~do~barreiro~pt",
"spec": "gtfs",
"urls": {
"static_current": "https://www.tcbarreiro.pt/front/files/sample_gtfs/GTFS-TCB_24.zip",
"static_historic": [
"https://www.transporlis.pt/desktopmodules/trp_opendata/ajax/downloadFile.ashx?op=41&u=web"
]
},
"operators": [
{
"onestop_id": "o-eyce-transportescolectivosdobarreiro",
"name": "Transportes Coletivos do Barreiro",
"short_name": "TCB",
"website": "https://www.tcbarreiro.pt/",
"associated_feeds": [
{
"gtfs_agency_id": "8"
}
]
}
]
}
]
}
29 changes: 0 additions & 29 deletions feeds/transporlis.pt.dmfr.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
{
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.0.json",
"feeds": [
{
"id": "f-eyce-fertagus",
"spec": "gtfs",
"urls": {
"static_current": "https://www.transporlis.pt/desktopmodules/trp_opendata/ajax/downloadFile.ashx?op=13&u=web",
"static_historic": [
"http://www.transporlis.pt/Portals/0/OpenData/gtfs/zip/13/gtfs_13.zip"
]
},
"operators": [
{
"onestop_id": "o-eyce-fertagus",
"name": "Fertagus",
"website": "https://www.fertagus.pt/",
"associated_feeds": [
{
"gtfs_agency_id": "13"
}
]
}
]
},
{
"id": "f-eyckr-metrodelisboa",
"spec": "gtfs",
Expand Down Expand Up @@ -73,13 +51,6 @@
]
}
]
},
{
"id": "f-transportes~colectivos~do~barreiro~pt",
"spec": "gtfs",
"urls": {
"static_current": "https://www.transporlis.pt/desktopmodules/trp_opendata/ajax/downloadFile.ashx?op=41&u=web"
}
}
],
"license_spdx_identifier": "CDLA-Permissive-1.0"
Expand Down

0 comments on commit 9ea6a7f

Please sign in to comment.