lt_toolbox.TrajFrame.get_start_loc#
- TrajFrame.get_start_loc() Self[source]#
Get locations where particles are seeded (start of trajectory).
The start locations of each trajectory are added in the form of three new column variables: {lon_start}, {lat_start} and {depth_start}.
- Returns:
TrajFrame is returned with appended column variables {lon_start}, {lat_start}, {depth_start}.
- Return type:
TrajFrame
Examples
Get seeding locations for all trajectories.
>>> trajectories.get_start_loc()