From a286fbe001dae560ba1faa4b990293fcbbfff3a2 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 11 Jun 2024 15:45:50 +0200 Subject: [PATCH] made sure that the mvv `MVV_GTFS_URL` is up to date --- data/external/scrapers/public_transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/external/scrapers/public_transport.py b/data/external/scrapers/public_transport.py index 8d87199cf..d8f03afc1 100644 --- a/data/external/scrapers/public_transport.py +++ b/data/external/scrapers/public_transport.py @@ -7,7 +7,7 @@ from utils import setup_logging MVV_OPENDATA_URL = "https://www.mvv-muenchen.de/fileadmin/mediapool/02-Fahrplanauskunft/03-Downloads/openData" -MVV_GTFS_URL = f"{MVV_OPENDATA_URL}/mvv_gtfs.zip" +MVV_GTFS_URL = f"{MVV_OPENDATA_URL}/gtfs_mvv_ohneShape_01.zip" MVV_HST_REPORT_URL = f"{MVV_OPENDATA_URL}/MVV_HSTReport2312.csv" # train/tram stations + some bus stations PUBLIC_TRANSPORT_CACHE_PATH = CACHE_PATH / "public_transport"