Select output fields for Traffic Analytics
You can choose any combination of output fields, unless a query contains the road reference, date, time, and epoch fields. The first row of the file lists the included fields in order, separated by commas. All speeds are in kilometers per hour (kph) around the world. Speed observations on the road report without capping. The following is an example of the first few lines of an example Traffic Analytics file:
LINK-DIR,DATE-TIME,EPOCH-5MIN,LENGTH,FREEFLOW,MEAN,STDDEV,MIN,MAX, CONFIDENCE,PCT-25,PCT-50,PCT-75
16891481F,2013-12-15 00:30,6,48,0,93.0,0.0,93,93,10,93,93,93
16891481F,2013-12-15 04:35,55,48,0,90.0,0.0,90,90,10,90,90,90
16891481F,2013-12-15 08:10,98,48,0,99.0,0.0,99,99,10,99,99,99A detailed description of each output field follows, along with its canonical name as expressed in the header line of the CSV file.
- Road segment reference TMC or LINK-DIR
- Date: DATE-TIME
- Epoch: EPOCH
- Average-mean speed: MEAN
- Confidence: CONFIDENCE
- Minimum and maximum speeds: MIN and MAX
- Standard deviation: STDDEV
- Length: LENGTH
- Free flow speed: FREEFLOW
- Speed limit: SPDLIMIT
- Sample count: COUNT
- Gap filling: GAPFILL
- Harmonic mean speed: (HARMONIC_MEAN)
- Vehicle Distance Traveled
- Probe count: PROBE_COUNT
Updated 7 days ago