Skip to content

Commit

Permalink
made sure that the mvv MVV_GTFS_URL is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jun 11, 2024
1 parent 69185f8 commit a286fbe
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}/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"

Expand Down

0 comments on commit a286fbe

Please sign in to comment.