getFile.Veneto: getFile.veneto

View source: R/getBaseStationFiles.R

getFile.VenetoR Documentation

getFile.veneto

Description

Downloads automatically a base station's observation and navigation file for a specific time and date. Veneto Network.

See (http://retegnssveneto.cisas.unipd.it)

Usage

getFile.Veneto(timestamp, station, onlycheck = F)

Arguments

timestamp

date and time at which the file should be searched for

station

name of station of the Veneto Region

onlycheck

(default FALSE) do not download the file, just check if it exists and return TRUE or FALSE

Value

file path to downloaded observation and navigation files if download is successful, or logical FALSE if not, or if only checking logical TRUE or FALSE

Examples

## download file from 2 weeks before today from Padova's base GNSS station
filepath<-try( getFile.Veneto( as.POSIXct(Sys.time() - 14*(60*60*24) ), "PADO" ) )
print(filepath)

fpirotti/rRINEX documentation built on Sept. 1, 2022, 9:34 p.m.