Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Traffic flow data XML tags meaning

I am looking for real-time traffic flow data. I found the traffic API is what I need: Click here but I really don't know what the meanings are for those XML tags, such as <FI> <TMC PC="11531" DE="Linden" QD="-" LE="0.8535"/> <CF CN="0.86" FF="69.59" JF="0.17" SP="70.13" TY="TR"/> </FI> I found the meaning of TMC DE PC But I cannot find CF CN FF JF SP TY.

Anyone know these abbreviations ?

Many thanks,

Chuansheng

like image 402
user2006050 Avatar asked Oct 31 '25 17:10

user2006050


1 Answers

I agree that it's quite hidden, but you can find the explanation for xsd schemas under the meta resources. You are most likely interested in the following REST call:

http://traffic.cit.api.here.com/traffic/6.0/xsd/flow.xsd?app_id=YOUR_APP_ID&app_code=YOUR_APP_CODE

Here is part of the output explaining what FF attribute stands for:

...
<xs:attribute name="FF" type="speed" use="required">
   <xs:annotation>
     <xs:documentation>The free flow speed on this stretch of road.</xs:documentation>
   </xs:annotation>
</xs:attribute>
...
like image 190
Madis Pukkonen Avatar answered Nov 03 '25 21:11

Madis Pukkonen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!