Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Public Transport Time Series
|
| 2 |
+
|
| 3 |
+
## Overview
|
| 4 |
+
|
| 5 |
+
This dataset provides time series data on estimated boardings, landings, and bus occupancy (loader) across selected stops in the public transport network. The data is aggregated in 5-minute intervals and was generated through the integration and analysis of multiple transport data sources.
|
| 6 |
+
|
| 7 |
+
- **Boarding data** was extracted using data mining techniques from **Automatic Vehicle Location (AVL)**, **Automatic Fare Collection (AFC)**, and **General Transit Feed Specification (GTFS)** systems.
|
| 8 |
+
- **Alighting data** was estimated using the **trip chaining** method.
|
| 9 |
+
- **Bus occupancy** was calculated based on the ratio of boardings and alightings per vehicle.
|
| 10 |
+
|
| 11 |
+
The full SUNT dataset is available on [GITHUB](https://github.com/LabIA-UFBA/SUNT#).
|
| 12 |
+
|
| 13 |
+
### Available datasets:
|
| 14 |
+
|
| 15 |
+
- [boarding_03-05_2024.csv](boarding_03-05_2024.csv): Estimated boardings per stop
|
| 16 |
+
- [landing_03-05_2024.csv](landing_03-05_2024.csv): Estimated alightings per stop
|
| 17 |
+
- [loader_03-05_2024.csv](loader_03-05_2024.csv): Estimated bus occupancy
|
| 18 |
+
|
| 19 |
+
### Time Series plots
|
| 20 |
+
|
| 21 |
+
#### Boarding
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+
|
| 25 |
+
#### Landing
|
| 26 |
+
|
| 27 |
+

|
| 28 |
+
|
| 29 |
+
#### Loader
|
| 30 |
+
|
| 31 |
+

|
| 32 |
+
|
| 33 |
+
This example illustrates how to use a dataset and plot the series: [Visualize](Visualize_series.ipynb).
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
## Description of Selected Stops
|
| 37 |
+
|
| 38 |
+
From over 2,700 bus stops in the network, ten were selected based on diverse and representative passenger flow patterns. The table below summarizes the characteristics of each location:
|
| 39 |
+
|
| 40 |
+
| Stop ID | Location | Observations |
|
| 41 |
+
|-------------|--------------------------------------------------------------------------|------------------------------------------------------------------------------|
|
| 42 |
+
| 44783654 | In front of the Federal University of Bahia (UFBA) | High volume of students and university staff |
|
| 43 |
+
| 43768720 | Lapa Station | One of the city's main public transport terminals |
|
| 44 |
+
| 230565994 | Itapuã Lighthouse Beach | Passenger flow varies throughout the day; higher on weekends and holidays |
|
| 45 |
+
| 125960550 | Arena Fonte Nova surroundings | Demand influenced by sports and cultural events |
|
| 46 |
+
| 45833547 | Near Manoel Barradas Stadium | Sharp increases in demand during game days |
|
| 47 |
+
| 44784438 | Near the Ferry Boat terminal | Primarily serves intercity and cross-bay travelers |
|
| 48 |
+
| 47568123 | Near a major shopping mall | High commercial traffic throughout the day |
|
| 49 |
+
| 44072192 | Close to Castro Alves Theater | Passenger flow increases during performance and event hours |
|
| 50 |
+
| 258781031 | Salvador Bus Station | Central hub for urban and intercity bus routes |
|
| 51 |
+
| 44783914 | Lacerda Elevator tourist area | Located in a busy commercial and tourist district |
|
| 52 |
+
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
**License:** [CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/)
|