The pNeuma dataset was used for this project. The data was generated by drones that recorded trajectory information for different vehicles. This information was then saved in CSV files that are available for download from Downloads - pNeuma. More information about the pNeuma experiment can be found at About - pNeuma.
traffic-dwh-tech-stack
├─ .gitignore
├─ LICENSE
├─ README.md
├─ airflow-traffic
│ ├─ airflow.cfg
│ ├─ airflow.db
│ ├─ dags
│ │ └─ dag_tasks
│ │ ├─ create_tables.py
│ │ ├─ db_connect.py
│ │ └─ upload_to_db.py
│ ├─ docker-compose.yaml
│ ├─ plugins
│ ├─ postgresql
│ │ └─ db_schema.sql
│ └─ webserver_config.py
└─screenshots
├─ airflow-screenshot1.png
├─ airflow-screenshot2.png
├─ airflow-screenshot3.png
└─ airflow-screenshot4.png
👤 Janerose Nyambura Njogu