OpenTripPlanner/doc/templates/VehicleParking.md
2025-07-18 07:34:16 +02:00

1.9 KiB

Vehicle Parking Updaters

Contact Info

  • For Liipi updater: Digitransit team, HSL, Helsinki, Finland
  • For Bikely, Bikeep and SIRI-FM updater: Leonard Ehrenfried, mail@leonard.io

Documentation

This sandbox contains vehicle parking updaters. Unlike for some other sandbox features, this is not enabled/disabled through otp-config.json but from router-config.json updaters.

Currently contains the following updaters:

Configuration

These sandboxed vehicle parking updaters can be enabled by editing the updaters section in the router-config.json according to the following examples.

All updaters have the following parameters in common:

  • type: this needs to be "vehicle-parking"
  • feedId: this is used as a "prefix" for park ids, entrance ids and sometimes also for tags.

Liipi

ParkAPI

Bikely

Bikeep

SIRI-FM

The SIRI-FM updater works slightly differently from the others in that it only updates the availability of parking but does not create new lots in real-time.

The data source must conform to the Italian SIRI-FM profile which requires SIRI 2.1.

Changelog

  • Create initial sandbox implementation (January 2022, #3796)
  • Add timeZone parameter to Liipi updater (September 2022, #4427)
  • Added support for Liipi parking hubs (October 2022, #4510)
  • Add Bikely updater (November 2022, #4589)