Skip to content

Commit

Permalink
2019-12-06
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jan 10, 2020
1 parent e806d9d commit c833d06
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*/*.txt
*/*.txt
*/*.csv
90 changes: 90 additions & 0 deletions 2019-12-06/datapackage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"name": "vbb-gtfs",
"title": "GTFS data for Berlin & Brandenburg public transport.",
"description": "This repo contains open GTFS data for Berlin & Brandenburg public transport",
"version": "2019-12-06",
"keywords": ["vbb", "berlin", "brandenburg", "public transport", "lines", "open data", "json", "ndjson", "gtfs"],
"licenses": [{
"url": "https://creativecommons.org/licenses/by/3.0/",
"name": "Create Commons Attribution 3.0",
"version": "3.0",
"id": "CC-BY-3.0"
}],
"sources": [{
"url": "https://daten.berlin.de/datensaetze/vbb-fahrplandaten-gtfs",
"name": "Verkehrsverbund Berlin Brandenburg"
}],
"resources": [
{
"path": "agency.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/agency.csv"
},
{
"path": "calendar.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/calendar.csv"
},
{
"path": "calendar_dates.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/calendar_dates.csv"
},
{
"path": "frequencies.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/frequencies.csv"
},
{
"path": "routes.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/routes.csv"
},
{
"path": "service_alerts.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/service_alerts.csv"
},
{
"path": "shapes.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/shapes.csv"
},
{
"path": "stop_times.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/stop_times.csv"
},
{
"path": "stops.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/stops.csv"
},
{
"path": "transfers.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/transfers.csv"
},
{
"path": "trips.csv",
"format": "csv",
"mediatype": "text/csv",
"url": "https://vbb-gtfs.jannisr.de/2019-12-06/trips.csv"
}
],
"publishers": [{
"name": "Verkehrsverbund Berlin Brandenburg",
"email": "[email protected]",
"web": "https://www.vbb.de/"
}]
}
1 change: 1 addition & 0 deletions 2019-12-06/license
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

0 comments on commit c833d06

Please sign in to comment.