crx2rnx: Decompress Hatanaka-compressed RINEX format

View source: R/decompress.R

crx2rnxR Documentation

Decompress Hatanaka-compressed RINEX format

Description

Decompress Hatanaka-compressed RINEX format.

Uses compiled code from crx2rnx.c Original C code is from https://terras.gsi.go.jp/ja/crx2rnx.html Please check license

Usage

crx2rnx(filepath)

Arguments

filepath

path to file that is Hatanaka-compressed RINEX format

Value

character string of path to decompressed file

References

LICENSE: (https://terras.gsi.go.jp/ja/crx2rnx/LICENSE.txt) See the following paper for more detail of the compression format and the tools:

PAPER: Bulletin of the Geographical Survey Institute, 55, 21-30, (hhttp://www.gsi.go.jp/ENGLISH/Bulletin55.html)

Examples

ef<-rRINEX::example.files  
crx2rnx(ef$obs2.base)


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