uwacan.Transit#

class Transit(recording, track)[source]#

Bases: object

Container for recorded ship transits.

This class is responsible for bundling recordings and position tracks. Note that this class does not take TimeData as the input. The track and recording will be restricted to a time window which both of them covers.

Attributes:
recordingrecordings.Recording

A recording of the ship transit.

trackpositional.Track

The position track of the ship.

Methods

subwindow([time, start, stop, center, ...])

Select a subset of the data over time.

Inherited methods

Attributes

time_window

A TimeWindow describing when the data start and stops.