Skip to content

Commit

Permalink
remove sta gtfs downlaod in build again
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 13, 2024
1 parent 63f3f04 commit 3cd6c40
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build-graph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

WGET="wget --progress=bar:force:noscroll"

GTFS_URL=https://gtfs.api.opendatahub.testingmachine.eu/v1/dataset/sta-time-tables/raw
GTFS_ZIP=data/sta_gtfs.zip

# OSM
NORTH_EAST_URL=https://download.geofabrik.de/europe/italy/nord-est-latest.osm.pbf
NORTH_EAST_PBF=data/italy-nord-est.osm.pbf
Expand Down Expand Up @@ -40,12 +37,6 @@ if [ ! -f "${ELEVATION_ZIP}" ]; then
fi


# get STA gtfs
if [ ! -f "${GTFS_ZIP}" ]; then
${WGET} ${GTFS_URL} -O ${GTFS_ZIP}
unzip -o ${GTFS_ZIP} -d data
fi

# actually do graph build
docker run \
-v .:/var/opentripplanner/:z \
Expand Down

0 comments on commit 3cd6c40

Please sign in to comment.