Compressing spatio-temporal trajectories

  • Authors:
  • Joachim Gudmundsson;Jyrki Katajainen;Damian Merrick;Cahya Ong;Thomas Wolle

  • Affiliations:
  • NICTA Sydney, Locked Bag 9013, Alexandria NSW 1435, Australia;Department of Computing, University of Copenhagen, Universitetsparken 1, 2100 Copenhagen East, Denmark;NICTA Sydney, Locked Bag 9013, Alexandria NSW 1435, Australia and School of Information Technologies, University of Sydney, Sydney NSW 2006, Australia;School of Computer Science and Engineering, University of New South Wales, Sydney NSW 2052, Australia;NICTA Sydney, Locked Bag 9013, Alexandria NSW 1435, Australia

  • Venue:
  • Computational Geometry: Theory and Applications
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

A trajectory is a sequence of locations, each associated with a timestamp, describing the movement of a point. Trajectory data is becoming increasingly available and the size of recorded trajectories is getting larger. In this paper we study the problem of compressing planar trajectories such that the most common spatio-temporal queries can still be answered approximately after the compression has taken place. In the process, we develop an implementation of the Douglas-Peucker path-simplification algorithm which works efficiently even in the case where the polygonal path given as input is allowed to self-intersect. For a polygonal path of size n, the processing time is O(nlog^kn) for k=2 or k=3 depending on the type of simplification.