lt_toolbox.TrajFrame.get_end_loc#
- TrajFrame.get_end_loc() Self[source]#
Get locations where particles are terminated (end of trajectory).
The end locations of each trajectory are added in the form of three new column variables: {lon_end}, {lat_end} and {depth_end}.
- Returns:
TrajFrame is returned with appended column variables {lon_end}, {lat_end}, {depth_end}.
- Return type:
TrajFrame
Examples
Get end locations for all trajectories.
>>> trajectories.get_end_loc()