An Interactive Dataset Visualization
Report Bug
·
Request Feature
Table of Contents
This project utilizes publicly available data from Traficom (Finnish Transport and Communications Agency) in the creation of an interactive visualizations. This visualization may be used to view and compare trends in car power source usage in Finland from 1995 to 2022. Interactive options include the selection of:
- Different power sources, including electric, gasoline, gas, diesel, and hydrogen
- Specific cities/areas in Finland
- Zooming in/out
- Dragging graph around
To set up this visualization locally, follow these steps.
This project requires the installation of Python 3, along with the Bokeh package. If not already installed, download and install Python 3 and Bokeh.
- Clone the repo
git clone https://github.com/jerkkov/cars-used-in-finland-1995-2022
- Navivate to local directory location
cd C:~/cars-used-in-finland-1995-2022
- Run the following command in the command line
python cars-in-finland.py
Running the program creates an HTML file of the visualization in the local repository, which may be freely viewed again.
If unsure where to start, check out the following usage demonstrations.
All power source types are selected by default. Compare specific power types of interest by modifying the checkboxes in the upper right-hand corner of the visualization.
The visualization shows data from the whole country of Finland by default. To view data from different areas of the country, select the text box in the upper left-hand corner, and type in a city name.
The graph then pulls according data about car power types from that city. Use this function to compare the trends from different areas across Finland.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Jerkko Viisteensaari - [email protected]
Project Link: https://github.com/jerkkov/cars-used-in-finland-1995-2022
Other resources used in this project.