Commit 020babaa0acff1d116134218a6f4dce40592a28f
1 parent
de06133011
Exists in
master
and in
1 other branch
revert the revert
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
README.md
View file @
020baba
1 | ||||
##Intro | 1 | 2 | ##Intro | |
2 | 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 | ![Smaller icon](src/main/resources/readmeImage/import.png?raw=true '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 | ![Smaller icon](src/main/resources/readmeImage/selectedData.png?raw=true '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 | 17 | |||
## Importing and running project | 18 | 18 | ## Importing and running project | |
19 | 19 | |||
Clone the project with : | 20 | 20 | Clone the project with : | |
``` | 21 | 21 | ``` | |
git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git | 22 | 22 | git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git | |
``` | 23 | 23 | ``` | |
24 | 24 |