Skip to content

Dostoyewski/KTViz

Repository files navigation

KTViz

Visualization app for ship routes.

Installation

Clone this repository and run: pip install -r requirements.txt or download latest release binary

Usage

From console:
python plot.py will plot from current directory

From GUI:
run python app.py, then choose any json datafile in directory you want to plot from.

Build

To build binary using pyinstaller run pyinstaller app.spec