uwacan.Transit#
- class Transit(recording, track)[source]#
Bases:
objectContainer for recorded ship transits.
This class is responsible for bundling recordings and position tracks. Note that this class does not take
TimeDataas the input. The track and recording will be restricted to a time window which both of them covers.- Attributes:
- recording
recordings.Recording A recording of the ship transit.
- track
positional.Track The position track of the ship.
- recording
Methods
subwindow([time, start, stop, center, ...])Select a subset of the data over time.
Inherited methods
Attributes
time_windowA
TimeWindowdescribing when the data start and stops.