xarray.Dataset.traj.velocity_components#
- Dataset.traj.velocity_components()#
Returns velocity components [m/s] from one position to the next.
Last time is repeated for last position (which has no next position)
- Returns:
(u, v) (array_like) – East and north components of velocities at given position along trajectories.