crx2rnx | R Documentation |
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
crx2rnx(filepath)
filepath |
path to file that is Hatanaka-compressed RINEX format |
character string of path to decompressed file
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)
ef<-rRINEX::example.files crx2rnx(ef$obs2.base)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.