Skip to content

Commit

Permalink
waltti-alt GTFS no longer needs different authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Sep 13, 2024
1 parent 54a9a1e commit e703ac0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions scripts/gtfs-loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ mv router-finland/*.pbf openstreetmap/
load_gtfs v3 waltti
load_gtfs v3 hsl
load_gtfs v3 varely

if [ -n "${GTFS_AUTH}" ]; then
NAME="router-waltti-alt"
ZIPNAME=$NAME.zip
curl -sS --fail -u $GTFS_AUTH $WALTTI_ALT_URL$ZIPNAME$PARAMS -o $ZIPNAME
unzip -o $ZIPNAME && rm $ZIPNAME
mv $NAME/*.zip gtfs/
fi
load_gtfs v3 router-waltti-alt

echo '##### Loaded GTFS data'

0 comments on commit e703ac0

Please sign in to comment.