Recover_ScanDefault: read technical/default files to recover the float.

View source: R/CTS5ScanPositionRecover.R

Recover_ScanDefaultR Documentation

read technical/default files to recover the float.

Description

This function read technical/default files and write the Postions file to be called by Recover_ScanPosition

Usage

Recover_ScanDefault(
  pattern = ".*_default_.*.txt",
  Outputfilename = "Positions.txt",
  KMLfile = "Positions.kml",
  GPXfile = ""
)

Arguments

pattern

pattern of the technical/default files

Outputfilename

filename of the Positions file

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

Value

identical as Recover_ScanPosition

Examples

Recover_ScanDefault()
Recover_ScanDefault(pattern=".*technical.*.txt")
Recover_ScanDefault(pattern=".*(technical|default).*.txt")


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