Blame view

README.md 755 Bytes
fce9e9c32   lsagona   fix image readme
1
2
  
  ## Intro
d1771550d   lsagona   add README.MD
3
4
5
6
7
8
  
  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 : <br/>
  MMSI,BaseDateTime,LAT,LON,SOG,COG,Heading,VesselName,IMO,CallSign,VesselType,Status,Length,Width,Draft,Cargo<br/>
d1771550d   lsagona   add README.MD
9
  A specific MMSI can be highlighted by selecting it in the left panel and specific data can be plot in the bottom panel.<br/>
d1771550d   lsagona   add README.MD
10
11
12
13
14
  
  ## Requirements
  
  * Java installed (Jdk8).
  * Gradle (6.2+)
d1771550d   lsagona   add README.MD
15
16
17
  ## Importing and running project
  
  Clone the project with :
720f977d6   lsagona   modif readme
18
19
  
      $git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git
d1771550d   lsagona   add README.MD
20
21
  
  Go to :
720f977d6   lsagona   modif readme
22

fce9e9c32   lsagona   fix image readme
23
      $cd visualisation-maritime
d1771550d   lsagona   add README.MD
24
25
  
  Build and run the project with :
720f977d6   lsagona   modif readme
26
27
      
      $gradle run
d1771550d   lsagona   add README.MD
28