README.md
755 Bytes
Intro
Maritime Visualisation is a tool that allow you to visualize ais data.
Usage
You can import data by clicking on File -> Import, and select your CSV file. The CSV file must be in this format :
MMSI,BaseDateTime,LAT,LON,SOG,COG,Heading,VesselName,IMO,CallSign,VesselType,Status,Length,Width,Draft,Cargo
A specific MMSI can be highlighted by selecting it in the left panel and specific data can be plot in the bottom panel.
Requirements
- Java installed (Jdk8).
- Gradle (6.2+)
Importing and running project
Clone the project with :
$git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git
Go to :
$cd visualisation-maritime
Build and run the project with :
$gradle run