Simulated probabilistic speed profiles for selected routes in Prague
Main Authors: | Lukáš Rapant, Martin Golasowski, Jan Martinovič, Kateřina Slaninová |
---|---|
Format: | info dataset |
Bahasa: | eng |
Terbitan: |
, 2018
|
Subjects: | |
Online Access: |
https://zenodo.org/record/2275647 |
Daftar Isi:
- Simulated probabilistic speed profiles for 1608 road segments in Prague, Czech Republic This dataset contains simulated speed profiles for selected road segments in Prague, Czech Republic. The profiles describe changes in average driving speed on a particular segment over a given time interval discretised to a time steps of a fixed size. Number of the time steps is stored in the "IntervalsPerSegment" attribute of the root group. Size of a single time step in seconds is stored in the "TimeStep" attribute. Total length of time interval covered by the profiles is computed as IntervalsPerSegment x TimeStep. The file contains two types of profiles. The first type are plain speed profiles which provide just average driving speed assigned to each time step - dataset "speed_profile". The second type are probabilistic speed profiles which contain discrete probability distribution of the driving speed for particular segment and given time step. The probability distribution in this case has 4 support points, corresponding to 4 Levels of Service (LoS). The first LoS corresponds to an optimal (freeflow) speed and the last one describes the worst case (accident, heavy traffic, etc.). The discrete distribution is stored in the "prob_profile" dataset with the following format: Column 1 - Speed corresponding to the first LoS in km/h Column 2 - Probability assigned to this speed (float between 0.0 - 1.0) ... Sampling from this distribution is implemented by the Vose's alias method. We provide precomputed tables for implementing this method for each segment in datasets "alias" and "probability". Further applications of the probabilistic speed profiles are available in: Golasowski, M., Tomis, R., Martinovič, J., Slaninová, K., & Rapant, L. (2016, September). Performance evaluation of probabilistic time-dependent travel time computation. In IFIP International Conference on Computer Information Systems and Industrial Management (pp. 377-388). Springer, Cham. File structure Profiles for the individual segments are stored as subgroups in the root group. Names of the subgroups correspond to unique road segments identifiers corresponding to a subset of road network of Prague. The identifiers correspond to a routing index published here: 10.5281/zenodo.2275556 HDF5 "profiles_8runs.h5" { GROUP "/" { ATTRIBUTE "IntervalsPerSegment" { DATATYPE H5T_STD_I32LE DATASPACE SCALAR DATA { (0): 59 } } ATTRIBUTE "NumberOfProfiles" { DATATYPE H5T_STD_I32LE DATASPACE SCALAR DATA { (0): 4 } } ATTRIBUTE "TimeStep" { DATATYPE H5T_STD_I32LE DATASPACE SCALAR DATA { (0): 60 } } ATTRIBUTE "Version" { DATATYPE H5T_STRING { STRSIZE 4; STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; } DATASPACE SCALAR DATA { (0): "1.0" } } GROUP "66678115" { DATASET "alias" { DATATYPE H5T_IEEE_F64LE DATASPACE SIMPLE { ( 59, 4 ) / ( 59, 4 ) } } DATASET "prob_profile" { DATATYPE H5T_IEEE_F64LE DATASPACE SIMPLE { ( 59, 8 ) / ( 59, 8 ) } } DATASET "probability" { DATATYPE H5T_IEEE_F64LE DATASPACE SIMPLE { ( 59, 4 ) / ( 59, 4 ) } } DATASET "speed_profile" { DATATYPE H5T_IEEE_F64LE DATASPACE SIMPLE { ( 1, 59 ) / ( 1, 59 ) } } }