View full-text article in PMC Sensors (Basel). 2018 Dec 12;18(12):4399. doi: 10.3390/s18124399 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2018 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 2 Read lanes. Result: List of links l 1:ls← Retrieve all lanes from SUMO 2:l=∅ 3:for all lanes ls∈ls do 4: v← Retrieve ls vertex from SUMO 5: w,h← Retrieve ls (width, height) from SUMO 6: type← Retrieve ls type from SUMO 7: l←l∪{(v,w,h,type)} 8:end for 9:DisplayLanes()