Informations
Module: DVI - Data Viszalization
Lecturer: Prof. Dr. Konrad Förstner, Muhammad Elhossary
Participant: Andreas Kruff
Matrikel-Nr: 11135772
Visualization of the traffic situation in the “SmartCity” Basel
Keywords: Data Visualization
For the creation of the enviroment I recommend to use a Conda Enviroment, due to dependenciy problems regarding geopandas, geoplot, cartopy and pyproj. Therefore the Repository provides the enviroment.yml for installing the necessary dependencies.
For creating the environment use:
conda env create -f environment.yml
This repository was created as part of the examination of the module Data Visualization 2023 (Master Digital Science) and contains the used code, part of the used datasets and the project presentation and related images from this project.
data\: Datasets used for the visualizationsproject_presentation\: Powerpoint presentation regarding the projectscripts\: Code implementation of the underlying visualizationsimages\: Exemplary images from the visualizations, that were made for the project
| Filename | Description |
|---|---|
./scripts/usecase_1.py |
Contains the code for the three different approaches for the identification of potential hotspots |
./scripts/usecase_2.py |
Contains the code for the lineplot visualizations of the traffic noise in Basel-City |
./scripts/interactive_visualizations.py |
Contains the code for the interactive bokeh visualizations |
![]() |
![]() |
|---|---|
![]() |
General Data Source Datenportal Basel: https://data.bs.ch/explore/?sort=modified
Used datasets:
- Road Traffic Accidents
- Traffic Noise (not provided in the Repo, because of the size)
- Boundaries of the Municipalities of Basel
General Data Source GEO.ADMIN.CH: https://data.geo.admin.ch/
Used datasets:
General Datasource swisstopo: https://www.swisstopo.admin.ch/de/geodata/landscape/boundaries3d.html


