Skip to content

Commit

Permalink
fixed the MVV_GTFS_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 17, 2024
1 parent 942dd78 commit d1fa1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/external/scrapers/public_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}/gtfs_mvv_ohneShape_01.zip"
MVV_GTFS_URL = f"{MVV_OPENDATA_URL}/mvv_ohneShape_20241004095702.zip"
MVV_HST_REPORT_URL = f"{MVV_OPENDATA_URL}/MVV_HSTReport2312_01.csv" # train/tram stations + some bus stations
PUBLIC_TRANSPORT_CACHE_PATH = CACHE_PATH / "public_transport"

Expand Down

0 comments on commit d1fa1f8

Please sign in to comment.