pedpy.data.trajectory_data module#
Module handling the trajectory data of the analysis.
- class pedpy.data.trajectory_data.TrajectoryData(data: DataFrame, frame_rate: float, file: Path)[source]#
Bases:
objectTrajectory Data.
Wrapper around the trajectory data, holds the data as a data frame.
Note
The coordinate data is stored in meter (‘m’)!
- data#
data frame containing the actual data in the form: “ID”, “frame”, “X”, “Y”, “Z”
- Type
pd.DataFrame
- file#
file from which is trajectories was read
- Type
pothlib.Path
- data: DataFrame#