Commit d8ee252de4814eae9829a7dfe2201fe9699077c2
1 parent
fce9e9c326
Exists in
master
and in
1 other branch
remove readme image
Showing 3 changed files with 0 additions and 2 deletions Inline Diff
README.md
View file @
d8ee252
1 | 1 | |||
## Intro | 2 | 2 | ## Intro | |
3 | 3 | |||
Maritime Visualisation is a tool that allow you to visualize ais data. | 4 | 4 | Maritime Visualisation is a tool that allow you to visualize ais data. | |
5 | 5 | |||
## Usage | 6 | 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/> | 7 | 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/> | 8 | 8 | MMSI,BaseDateTime,LAT,LON,SOG,COG,Heading,VesselName,IMO,CallSign,VesselType,Status,Length,Width,Draft,Cargo<br/> | |
![import.png](src/main/resources/readmeImage/import.png 'Import example')<br/> | 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/> | 10 | 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/> | |
![selectedData.png](src/main/resources/readmeImage/selectedData.png 'Selected data example')<br/> | 11 | |||
12 | 10 | |||
## Requirements | 13 | 11 | ## Requirements | |
14 | 12 | |||
* Java installed (Jdk8). | 15 | 13 | * Java installed (Jdk8). | |
* Gradle (6.2+) | 16 | 14 | * Gradle (6.2+) | |
17 | 15 | |||
## Importing and running project | 18 | 16 | ## Importing and running project |
src/main/resources/readmeImage/import.png
View file @
d8ee252
3.85 KB
src/main/resources/readmeImage/selectedData.png
View file @
d8ee252
214 KB