Recover_ScanPosition: read Position file to recover the float.

View source: R/CTS5ScanPositionRecover.R

Recover_ScanPositionR Documentation

read Position file to recover the float.

Description

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.

Usage

Recover_ScanPosition(
  filename = "Positions.txt",
  KMLfile = "Positions.kml",
  GPXfile = ""
)

Arguments

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 "".

Details

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

Value

a data frame which contains the positions in various format and the speed and course of the float.


EdLeymarie/USEA_R documentation built on July 16, 2025, 1 p.m.