Skip to content

Commit 71ffb2b

Browse files
authored
Add public interface for traffic light information reorganize imports (#26)
1 parent 6386750 commit 71ffb2b

33 files changed

Lines changed: 570 additions & 238 deletions

doc/source/reference/datasets/airqualitydataset.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/source/reference/datasets/dataset.rst

Lines changed: 0 additions & 54 deletions
This file was deleted.

doc/source/reference/datasets/index.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ This module contains basic dataset models that may be used when working with tra
99

1010
The available classes to load and manage the subfolder of the datasets
1111

12-
.. toctree::
13-
:maxdepth: 1
12+
.. autosummary::
13+
:toctree: api/
14+
15+
Dataset
16+
AirQualityDataset
17+
RoadConditionDataset
18+
TrajectoryDataset
19+
TrafficLightDataset
20+
TrafficVolumeDataset
21+
WeatherDataset
1422

15-
dataset
16-
airqualitydataset
17-
roadconditiondataset
18-
trajectorydataset
19-
trafficlightdataset
20-
trafficvolumedataset
21-
weatherdataset

doc/source/reference/datasets/roadconditiondataset.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/source/reference/datasets/trafficlightdataset.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/source/reference/datasets/trafficvolumedataset.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/source/reference/datasets/trajectorydataset.rst

Lines changed: 0 additions & 45 deletions
This file was deleted.

doc/source/reference/datasets/weatherdataset.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/source/reference/geopandas/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ Geospatial data models
55

66
.. currentmodule:: tasi
77

8+
The available data models based on `GeoPandas`.
9+
810
.. toctree::
9-
:maxdepth: 2
11+
:maxdepth: 1
1012

1113
geopose
1214
geotrajectory

doc/source/reference/orm/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ They may help to convert data into the internal ``TASI`` data format.
3131
DimensionORM
3232
PositionORM
3333
VelocityORM
34-
TrafficParticipantORM
34+
TrafficLightStateORM
3535

3636
Entities
3737
**********
@@ -43,4 +43,6 @@ Entities
4343
GeoPoseORM
4444
TrajectoryORM
4545
GeoTrajectoryORM
46+
TrafficParticipantORM
47+
TrafficLightORM
4648

0 commit comments

Comments
 (0)