Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 30, 2024
1 parent 41a32e7 commit 7f4963d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-graph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OTP_IMAGE=docker.io/opentripplanner/opentripplanner:2.5.0_2024-01-19T14-50

# when on github actions then install the required tools
if [ -n "${CI+isset}" ]; then
sudo apt-get -qq install osmium-tool wget gdal-bin python3-gdal
sudo apt-get -qq install osmium-tool wget
fi

mkdir -p data
Expand All @@ -23,7 +23,7 @@ if [ ! -f "${NORTH_EAST_PBF}" ]; then
wget --progress=bar:force:noscroll ${NORTH_EAST_URL} -O ${NORTH_EAST_PBF}
fi

# cut out South Tyrol from the large South East Italy extract
# cut out South Tyrol from the large North East Italy extract
osmium extract ${NORTH_EAST_PBF} --polygon south-tyrol.geojson -o ${SOUTH_TYROL_PBF} --overwrite

# actually do graph build
Expand Down

0 comments on commit 7f4963d

Please sign in to comment.