GraCT: A Grammar-based Compressed Index for Trajectory Data
Author
dc.contributor.author
Brisaboa, Nieves R.
Author
dc.contributor.author
Gómez-Brandón, Adrián
Author
dc.contributor.author
Navarro, Gonzalo
Author
dc.contributor.author
Paramá, José R.
Admission date
dc.date.accessioned
2019-10-15T12:23:32Z
Available date
dc.date.available
2019-10-15T12:23:32Z
Publication date
dc.date.issued
2019
Cita de ítem
dc.identifier.citation
Information Sciences, Volumen 483,
Identifier
dc.identifier.issn
00200255
Identifier
dc.identifier.other
10.1016/j.ins.2019.01.035
Identifier
dc.identifier.uri
https://repositorio.uchile.cl/handle/2250/171566
Abstract
dc.description.abstract
We introduce a compressed data structure for the storage of free trajectories of moving objects that efficiently supports various spatio-temporal queries. Our structure, dubbed GraCT, stores the absolute positions of all the objects at regular time intervals (snapshots) using a k 2 -tree, which is a space- and time-efficient region quadtree. Positions between snapshots are represented as logs of relative movements and compressed using a grammar-based compressor. The non-terminals of this grammar are enhanced with MBR information to enable fast queries. The GraCT structure of a dataset occupies less than the raw data compressed with a powerful traditional compressor. Further, instead of requiring full decompression to access the data like a traditional compressor, GraCT supports direct access to object trajectories or to their position at specific time instants, as well as spatial range and nearest-neighbor queries on time instants and/or time intervals. Compared to