View source: R/CTS5ScanPositionRecover.R
Recover_ScanPosition | R Documentation |
This function read the position of the float during a recovering. Positions are entered by hand in a text file or
read from default files by Recover_ScanDefault
.
Recover_ScanPosition(
filename = "Positions.txt",
KMLfile = "Positions.kml",
GPXfile = ""
)
filename |
name of the text file which contains the positions. |
KMLfile |
name of the KML file to be generated. No file is created if "". |
GPXfile |
name of the GPX file to be generated. No file is created if "". |
The positions must be entered in a text file by copying the [GPS] line of the technical/default file as follow : UTC=19-11-25 08:02:00 Lat=4315.57717N Long=00658.52514E Clock drift=+0.032 s UTC=19-11-25 08:16:35 Lat=4315.27231N Long=00657.97657E Clock drift=+0.000 s
a data frame which contains the positions in various format and the speed and course of the float.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.