tracktable.domain.terrestrial module

Module contents

terrestrial - Configure and output terrestrial trajectories

class tracktable.domain.terrestrial.TrajectoryWriter(output)[source]

Bases: object

Simple class to encapsulate the Trajectory Writer capabilities

of the Terrestrial domain

writer

Output writer for Terrestrial trajectories

Type:

TrajectoryWriterTerrestrial

output

String or Byte buffer to output to

Type:

StringIO.StringIO or io.BytesIO buffer

write(trajectories)[source]

Write the Terrestrial trajectories

Parameters:

trajectories (list) – List of trajectories to be written out

Returns:

No return value