Commit 45f3afcf0758f6ed422979273ccd817930698b7f

Authored by lsagona
1 parent 720f977d6b
Exists in master and in 1 other branch dev

fix readme ?

Showing 1 changed file with 5 additions and 4 deletions Inline Diff

#Intro 1
2 1
2 ## Intro
3
Maritime Visualisation is a tool that allow you to visualize ais data. 3 4 Maritime Visualisation is a tool that allow you to visualize ais data.
4 5
## Usage 5 6 ## Usage
You can import data by clicking on File -> Import, and select your CSV file. The CSV file must be in this format : <br/> 6 7 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/> 7 8 MMSI,BaseDateTime,LAT,LON,SOG,COG,Heading,VesselName,IMO,CallSign,VesselType,Status,Length,Width,Draft,Cargo<br/>
![Smaller icon](src/main/resources/readmeImage/import.png?raw=true 'Import example')<br/> 8 9 ![import.png](visualisation-maritime/src/main/resources/readmeImage/import.png 'Import example')<br/>
A specific MMSI can be highlighted by selecting it in the left panel and specific data can be plot in the bottom panel.<br/> 9 10 A specific MMSI can be highlighted by selecting it in the left panel and specific data can be plot in the bottom panel.<br/>
![Smaller icon](src/main/resources/readmeImage/selectedData.png?raw=true 'Selected data example')<br/> 10 11 ![selectedData.png](visualisation-maritime/src/main/resources/readmeImage/selectedData.png 'Selected data example')<br/>
11 12
## Requirements 12 13 ## Requirements
13 14
* Java installed (Jdk8). 14 15 * Java installed (Jdk8).
* Gradle (6.2+) 15 16 * Gradle (6.2+)
16 17
## Importing and running project 17 18 ## Importing and running project
18 19
Clone the project with : 19 20 Clone the project with :
20 21
$git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git 21 22 $git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git