SPDP - CDSM-WG/CDS-M GitHub Wiki

SPDP

Standard for Publishing Dynamic Parking Data (Dutch only).

Reference

source

Data concepts

SPDP contains concepts in 2 categories: the static part and the dynamic part.
The static part contains concepts like:

  • Operators
  • Parking facilities/Location/Addresses
  • Contacts
  • Opening times
  • Restrictions
  • Selling points
  • Tariffs

The dynamic part:

  • status of the parking facility
  • availability
  • capacity

Modifications

CDS-M Details

Configurable fields

The fields in the JSON are described here, but only those that need explanation. The values in the building block, are fixed, unless they are between square brackets ([]).

name required value description
version * [1.1 < version < 2.1] The allowed version(s), comma separated. Replace this value by f.x. "1.2,2.0,2.1"
url * [url] The URL where this file can be found
refreshRate [refresh rate] The refresh frequency. Specified in 8601 Duration (see https://en.wikipedia.org/wiki/ISO_8601#Durations). f.x. "PT5M" for 5 minutes.

Dimensions

name value argumentation
privacy A It doesn't contain any personal information
implementationEffort C It is a JSON file, publishing is the hardest part.
reusability A Highly reusable, since the information is standardized and applicable in multiple domains.
domain B When applied in the domain city-transport operator, it would be an A, but this standard is made to exchange data in the mobility domain. Not a perfect fit.