GeoTrajectoryDataset#
A Dataset specialized for trajectory data with position information encoded as GeoObject using shapely.
Serialization / IO / conversion#
|
Read a dictionary-alike object from a .csv file as a pandas DataFrame. |
Indexing#
|
Select rows by the given id and optionally by attributes |
Filtering#
|
Select rows within a specific time range (include "since", exclude "until"). |
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.