From 795d8fb135088ec03b44ecc9c80670568b0fbc74 Mon Sep 17 00:00:00 2001 From: PinguDEV <82669329+PinguDEV-original@users.noreply.github.com> Date: Sat, 18 Oct 2025 16:33:12 +0200 Subject: [PATCH] Add VRS gtfs feed --- feeds/de.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/feeds/de.json b/feeds/de.json index dc64753e3..33cbb693e 100644 --- a/feeds/de.json +++ b/feeds/de.json @@ -11,6 +11,10 @@ { "name": "Max Buchholz", "github": "1Maxnet1" + }, + { + "name": "Pingu", + "github": "PinguDEV-original" } ], "sources": [ @@ -210,6 +214,14 @@ "name": "NextbikeLeipzig", "type": "transitland-atlas", "transitland-atlas-id": "f-nextbike~leipzig~gbfs" + }, + { + "name": "VRS", + "type": "http", + "url": "https://download.vrs.de/gtfs/GTFS_VRS_mit_SPNV_hID_GlobalID.zip", + "license": { + "spdx-identifier": "DL-DE-ZERO-2.0" + } } ] }