QuercusVL Programming Manual
●
Summary: contains all data from the summary.
●
Unit: unit identifier.
●
Detector: detector identifier.
●
DetectorType: type of detector; PRESENCE for a presence detector.
●
Period: period when data was collected.
●
From: start of the period.
●
Seconds: showed in seconds since 00:00h on 01-01-1970.
●
Date: date showed with format yyyy-mm-dd (year-month-day).
●
Time: time showed with format hh:mm:ss (hours:minutes:seconds).
●
To: end of the period.
●
Seconds: showed in seconds since 00:00h on 01-01-1970.
●
Date: date showed with format yyyy-mm-dd (year-month-day).
●
Time: time showed with format hh:mm:ss (hours:minutes:seconds).
●
Volume: number of detected vehicles.
●
AvgHeadway: the average distance headway of vehicles ; in seconds.
Example of a XML file:
<?xml version="1.0" encoding="UTF-8"?>
<Summary>
<Unit>1</Unit>
<Detector>1</Detector>
<DetectorType>PRESENCE</DetectorType>
<Period>
<From>
<Seconds>1273152323</Seconds>
<Date>2010-05-06</Date>
<Time>15:25:23</Time>
</From>
<To>
<Seconds>1273152623</Seconds>
<Date>2010-05-06</Date>
<Time>15:30:23</Time>
</To>
</Period>
<Volume>33</Volume>
<AvgHeadway>8</AvgHeadway>
</Summary>
8.1.1.2. Queue summary
The name of the XML file is <SummaryId>.xml , where “SummaryId” is the summary identifier
left padded with zeros until reaching eight digits. The contents of the file is the following:
●
Summary: contains all data from the summary.
●
Unit: unit identifier.
●
Detector: detector identifier.
●
DetectorType: type of detector; QUEUE for a queue detector.
Quercus Technologies
216