GeoTrajectoryDataset#

A Dataset specialized for trajectory data with position information encoded as GeoObject using shapely.

Inheritance diagram of tasi.GeoTrajectoryDataset

Serialization / IO / conversion#

GeoTrajectoryDataset.from_csv(file[, indices])

Read a dictionary-alike object from a .csv file as a pandas DataFrame.

Indexing#

GeoTrajectoryDataset.atid(ids[, attributes])

Select rows by the given id and optionally by attributes

Filtering#

GeoTrajectoryDataset.during(since, until[, ...])

Select rows within a specific time range (include "since", exclude "until").

Attributes#

GeoTrajectoryDataset.attributes

Returns the dataset attributes

GeoTrajectoryDataset.ids

Returns the unique ids in the dataset

GeoTrajectoryDataset.interval

Returns the time interval this object spans

GeoTrajectoryDataset.timestamps

The unique timestamps in the dataframe

Note

All pandas DataFrame methods are also available.