Skip to content

rtk-rs/rinex-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RINEX-Cli

Rust Rust crates.io

License

rinex-cli is a command line tool to post process RINEX + SP3 data.

Download the tool

You can download the latest version from the release portal

Install from Cargo

You can directly install the tool from Cargo with internet access:

cargo install rinex-cli

Build from sources

Download the version you are interested in:

git clone https://github.com/rtk-rs/rinex-cli

And build it using cargo:

cargo build --all-features -r

File formats & revisions

rinex-cli supports

Summary:

Format File name restrictions Support
RINEX ✔️
CRINEX ✔️
gzip compressed RINEX Name must end with .gz ✔️
gzip compressed CRINEX Name must end with .gz ✔️
.Z compressed RINEX Not supported Not supported
DORIS RINEX 🚧 Work in progress
gzip compressed DORIS Name must end with .gz
.Z compressed DORIS Not supported Not supported
SP3 ✔️
gzip compressed SP3 Name must end with .gz ✔️
.Z compressed SP3 Not supported Not supported
BINEX
UBX

➖ No restrictions: file names do not have to follow naming conventions.

Documentation

If you intend to run our examples and tutorials on your side, you are expected to execute the tools/download-data.sh script first, which will retrieve the GeoRust/RINEX verification and test data, that we use for demonstration purposes. On linux, you can:

./tools/download-data.sh

Once you have installed the tool, read

Examples

We provide a set of (command line) examples written in Shell, that cover most applications.

Special Thanks

These tools would not exist without the great libraries written by C. Rabotin, check out his work.

Some features would not exist without the invaluable help of J. Lesouple, through our countless discussions. Check out his PhD manuscript (french)

Licensing

This application is part of the RTK-rs framework which is delivered under the Mozilla V2 Public license.

Releases

No releases published

Packages

No packages published