Skip to content

Commit

Permalink
Add data for Vigo buses and Spanish trains (#41)
Browse files Browse the repository at this point in the history
* Add data for Vigo, Spain
* Add train data for Spain (high speed, long distance and medium distance)
  • Loading branch information
Gallaecio authored Feb 25, 2024
1 parent ea6a3af commit 01bb496
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions feeds/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"maintainers": [
{
"name": "Adrian Chaves",
"github": "Gallaecio"
}
],
"sources": [
{
"name": "renfe-hsldmd",
"type": "http",
"url": "https://ssl.renfe.com/gtransit/Fichero_AV_LD/google_transit.zip",
"license": {
"spdx-identifier": "CC-BY-4.0"
}
},
{
"name": "vitrasa",
"type": "http",
"url": "https://datos.vigo.org/data/transporte/gtfs_vigo.zip",
"license": {
"spdx-identifier": "ODC-By-1.0"
},
"fix": true,
"options": {
"fetch-interval-days": 1
}
}
]
}

0 comments on commit 01bb496

Please sign in to comment.