DLRTrajectoryDataset#

A DLRTrajectoryDataset specialized for trajectory data for the DLR datasets.

Constructor#

DLRTrajectoryDataset([data, index, columns, ...])

Filtering#

DLRTrajectoryDataset.pedestrians

Return the pedestrians of the dataset.

DLRTrajectoryDataset.bicycles

Return the bicycles of the dataset.

DLRTrajectoryDataset.motorbikes

Return the motorbikes of the dataset.

DLRTrajectoryDataset.cars

Return the cars of the dataset.

DLRTrajectoryDataset.vans

Return the vans of the dataset.

DLRTrajectoryDataset.trucks

Return the trucks of the dataset.

DLRTrajectoryDataset.mru

Return the motorized road user of the dataset.

DLRTrajectoryDataset.vru

Return the vulnerable road user of the dataset.

All pandas DataFrame methods are also available.