movingpandas.TrajectoryCollection.get_locations_at#
- TrajectoryCollection.get_locations_at(t, with_direction=False)#
Returns GeoDataFrame with trajectory locations at the specified timestamp
- Parameters:
t (datetime.datetime) – Timestamp to extract trajectory locations for
- Returns:
Trajectory locations at timestamp t
- Return type:
GeoDataFrame