Play with our system: http://203.101.224.103:8080/TTorchServer/
Torch is a new trajectory search engine for querying road network trajectory data. Torch is able to efficiently process two typical types of queries (similarity search and Boolean search), and support a wide variety of trajectory similarity functions. Beyond that, in Torch a new similarity function LORS is proposed to measure the similarity in a more effective and efficient manner. Torch mainly works as below. First, each raw vehicle trajectory is transformed to a set of road segments (edges) and a set of crossings (vertices) on the road network. Then a lightweight edge & vertex index called LEVI is built. Given a query, a filtering framework over LEVI is used to dynamically prune the trajectory search space based on the similarity measure imposed. Finally, the result set (ranked or Boolean) is returned.We devise an evaluation method, and extensive experiments on real trajectory datasets verify the effectiveness and efficiency of Torch, and the LORS driven by LEVI.