TrafficSPVisualizer is a tool used to create visualizations for stated-preference surveys. The application is written in Java 21, so it should work on any supported operating system. Be aware that the application is only tested on Windows 10.
Requirements: JDK 21
- Clone the project
git clone https://github.com/trafficspvisualizer/TrafficSPVisualizer.git
- Use gradle to build the application. You can use any installation of gradle 8.5 or the included wrapper:
gradle clean build
- To build the executable run the jpackageImage task:
gradle jpackageImage
- The executable can be found in
launcher/build/jpackage/TrafficSPVisualizer
. It is bundled with a java runtime, so it works even on systems without a java installation. - If you copy the executable to another location make sure to also move the
app
anruntime
folder with the bundled java runtime
To use the application just start the executable. Once the application has started you can find instructions about the
usage in the menu bar under Help