diff --git a/.otp-version b/.otp-version index 6b8df523..794268c0 100644 --- a/.otp-version +++ b/.otp-version @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: NOI Techpark # # SPDX-License-Identifier: CC0-1.0 -export OTP_IMAGE="opentripplanner/opentripplanner:2.6.0_2024-08-01T06-53" \ No newline at end of file +export OTP_IMAGE="opentripplanner/opentripplanner:2.6.0_2024-08-28T18-30" \ No newline at end of file diff --git a/build-config.json b/build-config.json index a516f5e5..39ffec28 100644 --- a/build-config.json +++ b/build-config.json @@ -5,7 +5,8 @@ "transitModelTimeZone": "Europe/Rome", "transitFeeds": [ { - "source": "data/sta-netex.xml.zip", + // we rehost the NeTEx file because the original FTP server has issues + "source": "https://leonard.io/otp/alto-adige-netex-epip.xml.zip", "type": "netex", "feedId": "sta", "groupFilePattern": "(.*)\\.xml" diff --git a/build-graph.sh b/build-graph.sh index 574c14dd..36d1ffdd 100755 --- a/build-graph.sh +++ b/build-graph.sh @@ -47,8 +47,8 @@ if [ ! -f "${ELEVATION_ZIP}" ]; then unzip -o ${ELEVATION_ZIP} -d data fi -echo "Downloading NeTEx transit data from ${TRANSIT_NETEX_URL}" -${CURL} "${TRANSIT_NETEX_URL}" -o ${TRANSIT_NETEX_ZIP} +#echo "Downloading NeTEx transit data from ${TRANSIT_NETEX_URL}" +#${CURL} "${TRANSIT_NETEX_URL}" -o ${TRANSIT_NETEX_ZIP} # download parking data and put it into a zip rm -f ${PARKING_NETEX_XML} ${PARKING_NETEX_ZIP} diff --git a/infrastructure/docker/otp/Dockerfile b/infrastructure/docker/otp/Dockerfile index 5de080a8..b91536ac 100644 --- a/infrastructure/docker/otp/Dockerfile +++ b/infrastructure/docker/otp/Dockerfile @@ -1,5 +1,5 @@ # Simon, do you know how we could use the value from .otp-version here? -FROM opentripplanner/opentripplanner:2.6.0_2024-08-01T06-53 +FROM opentripplanner/opentripplanner:2.6.0_2024-08-28T18-30 WORKDIR /var/otp diff --git a/router-config.json b/router-config.json index ec67ab64..0aafa0b0 100644 --- a/router-config.json +++ b/router-config.json @@ -106,6 +106,12 @@ "type": "stop-time-updater", "url": "https://amarillo.otp.opendatahub.testingmachine.eu/gtfs/amarillo.altoadige.gtfsrt.pbf", "feedId": "amarillo" + }, + { + "type": "vehicle-parking", + "feedId": "parking", + "sourceType": "siri-fm", + "url": "https://transmodel.api.opendatahub.com/siri-lite/facility-monitoring/parking" } ] }