Skip to content

Commit

Permalink
build-graph: temporarly remove sta gtfs from build-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 13, 2024
1 parent ad388c8 commit 749d814
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 @@ -13,9 +13,6 @@ SOUTH_TYROL_PBF=data/south-tyrol.osm.pbf
# elevation
ELEVATION_URL=https://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/TIFF/srtm_39_03.zip
ELEVATION_ZIP=data/srtm_39_03.zip
# STA gtfs
GTFS_URL=https://gtfs.api.opendatahub.testingmachine.eu/v1/dataset/sta-time-tables/raw
GTFS_ZIP=data/sta_gtfs.zip

# OTP
OTP_IMAGE=docker.io/opentripplanner/opentripplanner:2.5.0_2024-01-19T14-50
Expand All @@ -39,12 +36,6 @@ if [ ! -f "${ELEVATION_ZIP}" ]; then
unzip -o ${ELEVATION_ZIP} -d data
fi

# 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 \
Expand Down

0 comments on commit 749d814

Please sign in to comment.