readrnxhApproxPosition: rtklib.readrnxh

View source: R/rinex.R

readrnxhApproxPositionR Documentation

rtklib.readrnxh

Description

read RINEX header

Usage

readrnxhApproxPosition(f = NULL)

Arguments

f

RINEX filename

Value

list with a tue items:

  • APPROX.POSITION.XYZ - Cartesian coordinate in ECEF system of approximate position

  • APPROX.POSITION.LATLONG - Geographic coordinate in longitude and latitude

Examples

f <- rRINEX::example.files$obs.crx.rover
f <- "data-raw/pado346k.20d.Z"
f <- "data-raw/BZRG00ITA_S_20203461015_15M_01S_MO.rnx"
# rinexobs3(f, verbose=TRUE, tlim1=Sys.time(), tlim2=NA)

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