This is a project work for university course Interactive Data Visualization. The application visualizes data from TMS(Traffic Measurement System) stations that are used to count traffic on finnish roads. In the visualization you can see the daily statistics for individual stations. TMS stations are called LAM(liikenteen automaattinen mittausasema) in finnish and there is data for about 500 stations at the moment.
- Easy to understand basemap of Finnish road network
- Clustering of markers on map for easier usage
- Descriptive interactive charts for every TMS station
- Open the webpage and wait for the stations to load
- Click station on map to see details and daily charts
- Node.js >16
pnpmpackage manager installed
- Install packages
pnpm install - Start development server
pnpm dev - UI running at
http://localhost:3000/and API running athttp://localhost:3001/