TrajectoryDataset#
A Dataset specialized for trajectory data.
Constructor#
|
|
Create a dataset based on trajectories |
Serialization / IO / conversion#
|
Read a dictionary-alike object from a .csv file as a pandas DataFrame. |
|
Convert to a geospatial representation using geopandas. |
Indexing#
|
|
|
Select rows by the given id and optionally by attributes |
|
Select trajectory data for specific indices, or exclude them if inverse is set to True. |
Filtering#
Return only the poses of a specific object class. |
|
|
Select rows within a specific time range (include "since", exclude "until"). |
Analysis#
|
Get the name of the most probable object class for each pose or trajectory of the dataset |
Return the region of interest of the dataset. |
Attributes#
Returns the dataset attributes |
|
Returns the unique ids in the dataset |
|
Returns the time interval this object spans |
|
The unique timestamps in the dataframe |
Note
All pandas DataFrame methods are also available.