Skip to content

Latest commit

 

History

History

tutorials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Scripts

List of Shell scripts to operate our applications (no GUI available yet) and perform interesting tasks.

Getting started

All scripts are intended to be executed at the base of this Git repository, see the following example.
They also expect the released application to be built with all features (heaviest option):

# download the toolbox and dataset
git clone https://github.com/georust/rinex
cd rinex
# build it with release, for efficient experience
cargo build --release --all-features

# try one of the examples
./tutorials/GAL/mojdnk.sh

RINEX-Cli and other applications will generate logs but we do not store them in the following examples.
Activate the application logs by activating the RUST_LOG environment variable.
For example, this will make you see any trace

export RUST_LOG=trace

Surveying

Field surveying (currently only static) aims at determining the position of reference stations very precisely without a priori knowledge, so they can serve later on as reference stations for differential positioning techniques.

Most scripts are sorted by constellation being used in the navigation/surveying or analysis process, either single or a combination of constellations might be used, possibly GEO or SBAS service too.

-brdc emphasizes real time surveying using radio messages, as opposed to post-processed surveying, that exhibits higher accuracy.

-qc-sum scripts will only generate a summary report (shortened). The summary (quicker) report is typically used along other opmodes (like ppp) when solely focused on post processing, plain (lengthy) reports are prefered prior post processing, to adjust or verify parameters.

CGGTTS solutions are special timing oriented solutions, to compare remote clocks to one another. We demonstrate the synthesis of CGGTTS solutions with our position surveys.

Other file operations like RINEX files management is also demonstrated.