From 766bbcb6fc1361b6c5536a07fa0352f8647ce9e8 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Mon, 11 Dec 2023 15:36:16 +0100 Subject: [PATCH] Added agencies and regions --- .gitignore | 12 +++++++++++- conf/agency/frank.json | 8 ++++++++ conf/agency/goflux.json | 8 ++++++++ conf/agency/mentz.json | 8 ++++++++ conf/agency/mfdz.json | 8 ++++++++ conf/agency/mifaz.json | 8 ++++++++ conf/agency/mvv.json | 8 ++++++++ conf/agency/ride2go.json | 8 ++++++++ conf/region/bb.json | 1 + conf/region/bw.json | 1 + conf/region/by.json | 1 + conf/region/nrw.json | 1 + 12 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 conf/agency/frank.json create mode 100644 conf/agency/goflux.json create mode 100644 conf/agency/mentz.json create mode 100644 conf/agency/mfdz.json create mode 100644 conf/agency/mifaz.json create mode 100644 conf/agency/mvv.json create mode 100644 conf/agency/ride2go.json create mode 100644 conf/region/bb.json create mode 100644 conf/region/bw.json create mode 100644 conf/region/by.json create mode 100644 conf/region/nrw.json diff --git a/.gitignore b/.gitignore index d8d7050..d9e645d 100644 --- a/.gitignore +++ b/.gitignore @@ -161,4 +161,14 @@ cython_debug/ #.idea/ .vscode -secrets \ No newline at end of file +secrets +gtfs/*.zip +gtfs/*.pbf +gtfs/*.json +data/carpool/ +data/enhanced/ +data/failed/ +data/trash/ +data/gtfs/ +data/tmp/ +data/agencyconf \ No newline at end of file diff --git a/conf/agency/frank.json b/conf/agency/frank.json new file mode 100644 index 0000000..9e2c410 --- /dev/null +++ b/conf/agency/frank.json @@ -0,0 +1,8 @@ +{ + "id": "frank", + "name": "Frank Gerhardt", + "url": "http://mfdz.de", + "timezone": "Europe/Berlin", + "lang": "de", + "email": "fg@gerhardt.io" +} \ No newline at end of file diff --git a/conf/agency/goflux.json b/conf/agency/goflux.json new file mode 100644 index 0000000..30b6e4b --- /dev/null +++ b/conf/agency/goflux.json @@ -0,0 +1,8 @@ +{ + "id": "goflux", + "name": "goflux", + "url": "https://www.goflux.de", + "timezone": "Europe/Berlin", + "lang": "de", + "email": "info@goflux.de" +} \ No newline at end of file diff --git a/conf/agency/mentz.json b/conf/agency/mentz.json new file mode 100644 index 0000000..f227c2a --- /dev/null +++ b/conf/agency/mentz.json @@ -0,0 +1,8 @@ +{ + "id": "mentz", + "name": "mentz", + "url": "https://www.mentz.de", + "timezone": "Europe/Berlin", + "lang": "de", + "email": "info@mentz.de" +} \ No newline at end of file diff --git a/conf/agency/mfdz.json b/conf/agency/mfdz.json new file mode 100644 index 0000000..e5b5ac7 --- /dev/null +++ b/conf/agency/mfdz.json @@ -0,0 +1,8 @@ +{ + "id": "mfdz", + "name": "MITFAHR|DE|ZENTRALE", + "url": "http://mfdz.de", + "timezone": "Europe/Berlin", + "lang": "de", + "email": "info@mfdz.de" +} \ No newline at end of file diff --git a/conf/agency/mifaz.json b/conf/agency/mifaz.json new file mode 100644 index 0000000..8152173 --- /dev/null +++ b/conf/agency/mifaz.json @@ -0,0 +1,8 @@ +{ + "id": "mifaz", + "name": "mifaz", + "url": "https://www.mifaz.de", + "timezone": "Europe/Berlin", + "lang": "de", + "email": "info@mifaz.de" +} \ No newline at end of file diff --git a/conf/agency/mvv.json b/conf/agency/mvv.json new file mode 100644 index 0000000..0f18033 --- /dev/null +++ b/conf/agency/mvv.json @@ -0,0 +1,8 @@ +{ + "id": "mvv", + "name": "mvv", + "url": "https://www.mvv.de", + "timezone": "Europe/Berlin", + "lang": "de", + "email": "info@mvv.de" +} \ No newline at end of file diff --git a/conf/agency/ride2go.json b/conf/agency/ride2go.json new file mode 100644 index 0000000..2faf419 --- /dev/null +++ b/conf/agency/ride2go.json @@ -0,0 +1,8 @@ +{ + "id": "ride2go", + "name": "ride2go", + "url": "https://www.ride2go.de", + "timezone": "Europe/Berlin", + "lang": "de", + "email": "info@ride2go.com" +} diff --git a/conf/region/bb.json b/conf/region/bb.json new file mode 100644 index 0000000..b120529 --- /dev/null +++ b/conf/region/bb.json @@ -0,0 +1 @@ +{"id": "bb", "bbox": [11.26, 51.36, 14.77, 53.56]} diff --git a/conf/region/bw.json b/conf/region/bw.json new file mode 100644 index 0000000..84de253 --- /dev/null +++ b/conf/region/bw.json @@ -0,0 +1 @@ +{"id": "bw", "bbox": [ 7.51, 47.54, 10.50, 49.79]} diff --git a/conf/region/by.json b/conf/region/by.json new file mode 100644 index 0000000..8df9fb6 --- /dev/null +++ b/conf/region/by.json @@ -0,0 +1 @@ +{"id": "by", "bbox": [ 8.97, 47.28, 13.86, 50.56]} diff --git a/conf/region/nrw.json b/conf/region/nrw.json new file mode 100644 index 0000000..25bfb7b --- /dev/null +++ b/conf/region/nrw.json @@ -0,0 +1 @@ +{"id": "nrw", "bbox": [ 5.86, 50.33, 9.45, 52.53]}