uwacan.Track.shift_position#
- Track.shift_position(distance, bearing)#
Shift this coordinate by a distance in a certain bearing.
See
uwacan.positional.shift_positionfor details on the implementation.- Parameters:
- distancearray_like
The distance to shift, in meters.
- bearingarray_like
The bearing to shift towards, in degrees clockwise from true north.
- Returns:
- shiftedcls
An object of the same class as the one used for shifting, with modified latitude and longitude.