Blame view
README.md
978 Bytes
2dc6e8a20 test |
1 |
|
d1771550d add README.MD |
2 3 4 5 6 7 8 |
##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 : <br/> MMSI,BaseDateTime,LAT,LON,SOG,COG,Heading,VesselName,IMO,CallSign,VesselType,Status,Length,Width,Draft,Cargo<br/> |
2dc6e8a20 test |
9 |
![src/main/resources/readmeImage/import.png](src/main/resources/readmeImage/import.png?raw=true 'Import example')<br/> |
d1771550d add README.MD |
10 11 12 13 14 15 16 |
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/> ## Requirements * Java installed (Jdk8). * Gradle (6.2+) |
d1771550d add README.MD |
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
## 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 ``` |