Added agencies and regions

This commit is contained in:
Csaba 2023-12-11 15:36:16 +01:00
parent f27df20af6
commit 766bbcb6fc
12 changed files with 71 additions and 1 deletions

10
.gitignore vendored
View file

@ -162,3 +162,13 @@ cython_debug/
.vscode .vscode
secrets secrets
gtfs/*.zip
gtfs/*.pbf
gtfs/*.json
data/carpool/
data/enhanced/
data/failed/
data/trash/
data/gtfs/
data/tmp/
data/agencyconf

8
conf/agency/frank.json Normal file
View file

@ -0,0 +1,8 @@
{
"id": "frank",
"name": "Frank Gerhardt",
"url": "http://mfdz.de",
"timezone": "Europe/Berlin",
"lang": "de",
"email": "fg@gerhardt.io"
}

8
conf/agency/goflux.json Normal file
View file

@ -0,0 +1,8 @@
{
"id": "goflux",
"name": "goflux",
"url": "https://www.goflux.de",
"timezone": "Europe/Berlin",
"lang": "de",
"email": "info@goflux.de"
}

8
conf/agency/mentz.json Normal file
View file

@ -0,0 +1,8 @@
{
"id": "mentz",
"name": "mentz",
"url": "https://www.mentz.de",
"timezone": "Europe/Berlin",
"lang": "de",
"email": "info@mentz.de"
}

8
conf/agency/mfdz.json Normal file
View file

@ -0,0 +1,8 @@
{
"id": "mfdz",
"name": "MITFAHR|DE|ZENTRALE",
"url": "http://mfdz.de",
"timezone": "Europe/Berlin",
"lang": "de",
"email": "info@mfdz.de"
}

8
conf/agency/mifaz.json Normal file
View file

@ -0,0 +1,8 @@
{
"id": "mifaz",
"name": "mifaz",
"url": "https://www.mifaz.de",
"timezone": "Europe/Berlin",
"lang": "de",
"email": "info@mifaz.de"
}

8
conf/agency/mvv.json Normal file
View file

@ -0,0 +1,8 @@
{
"id": "mvv",
"name": "mvv",
"url": "https://www.mvv.de",
"timezone": "Europe/Berlin",
"lang": "de",
"email": "info@mvv.de"
}

8
conf/agency/ride2go.json Normal file
View file

@ -0,0 +1,8 @@
{
"id": "ride2go",
"name": "ride2go",
"url": "https://www.ride2go.de",
"timezone": "Europe/Berlin",
"lang": "de",
"email": "info@ride2go.com"
}

1
conf/region/bb.json Normal file
View file

@ -0,0 +1 @@
{"id": "bb", "bbox": [11.26, 51.36, 14.77, 53.56]}

1
conf/region/bw.json Normal file
View file

@ -0,0 +1 @@
{"id": "bw", "bbox": [ 7.51, 47.54, 10.50, 49.79]}

1
conf/region/by.json Normal file
View file

@ -0,0 +1 @@
{"id": "by", "bbox": [ 8.97, 47.28, 13.86, 50.56]}

1
conf/region/nrw.json Normal file
View file

@ -0,0 +1 @@
{"id": "nrw", "bbox": [ 5.86, 50.33, 9.45, 52.53]}