Blame view
README.md
942 Bytes
720f977d6 modif readme |
1 |
#Intro |
d1771550d add README.MD |
2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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/> ![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/> ![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 |
16 17 18 |
## Importing and running project Clone the project with : |
720f977d6 modif readme |
19 20 |
$git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git |
d1771550d add README.MD |
21 22 |
Go to : |
720f977d6 modif readme |
23 24 |
$visualisation-maritime |
d1771550d add README.MD |
25 26 |
Build and run the project with : |
720f977d6 modif readme |
27 28 |
$gradle run |
d1771550d add README.MD |
29 |
|