The following command might work and will download and run the web interface… - shiny library is required.
shiny::runGitHub(“rRINEX”, “fpirotti”, subdir = “data-raw/rtklibShinyApp/”)
The goal of rRINEX is to provide simple tools to analyse your RINEX observation files and create plots.
Some advantages is that it can use parallel reading of large files.
It tries to interface with RTKLIB , so you should download it and provide rRINEX with the path to the bin folder. Download the observation data of a CORS (continuous operating reference stations) network froma GNSS data archive in the net. For now it connects to a user-provided list of CORS repositories, using a templated string just like RTKLIB’s URL_LIST.txt
http://www.epncb.oma.be/ftp/center/data/BKGI.RDC https://igs.bkg.bund.de/root_ftp/IGS/highrate/2020/263/l/
You can install the released version of rRINEX from CRAN with:
install.packages("rRINEX")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("fpirotti/rRINEX")
Reading a 5 MB (uncompressed) observation file with a total of 900 epochs and a total of 26701 readings takes 1.3s
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.