@@ -14,10 +14,15 @@ uses HDF5 library for writing and reaading files and was compiled with Cygwin co
Inputs:
Argv1: Path to the file with measured aggregated speed for individual segments. This file must contain individual files containing data from individual measurements of profile period. Thes measurements should be in csv format with SegmentID and Speed (km/h) for each interval in given period.
Argv2: Number of files in file Argv1 and also a number of measurements from which the profile is calculated (i.e. in case of 5 measurements, the profile is calculated from 5 periods of data)
Argv3: Number of intervals in input data
Argv4: Path to output HDF5 file
Argv5: Length of profile time window in seconds
Argv6: Path to the file with road network description in format k SegmentID,Length(m),TravelTime(s)
Výstupem je pak HDF5 soubor obsahující profily ze segmentů s naměřenými daty pro počet intervalů ze vstupních dat. Ten obsahuje jak pravděpodobnostní rychlostní profily v Alias formátu tak prosté rychlostní profily.