Skip to content

Loading Trajectories

Luke Bermingham edited this page Mar 17, 2018 · 2 revisions

Trajsuite supports loading of trajectories from plain-text files. Trajsuite assumes each line of the file contains a single recording and that these lines can be split on a delimiter string (i.e usually a comma) into relevant data fields (such a lat/long/time).

Types of data fields that TrajSuite uses are:

  • Numeric
  • Latitude
  • Longitude
  • Time (some common formats)
  • Stop/Move (as long as the text is "STOP" or "MOVE")
  • Ignored (to skip a field)

An example of loading a trajectory data-set is shown in the image below:

Loading trajectory in TrajSuite

This can be found by going File >> Load Trajectory

Clone this wiki locally