Download zip Select Archive Format
Name Last Update history
File dir src Loading commit data...
File txt .gitignore Loading commit data...
File txt README.md Loading commit data...
File txt build.gradle Loading commit data...
File txt gradle.properties Loading commit data...
File txt gradlew Loading commit data...
File txt gradlew.bat Loading commit data...
File txt settings.gradle Loading commit data...

README.md

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