Skip to content

georust/rinex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

RINEX

Rust crates.io crates.io

minimum rustc: 1.64 License License

Rust tool suites to parse, analyze and process RINEX and GNSS data.

The Wiki pages contain all documentation and example applications of this toolbox.

Use Github Issues to report bugs and other malfunctions.
You can also open a Discussion or leave us a message on Discord.

Advantages πŸš€

  • Fast
    • Parse and render reports in a few seconds
    • Perform precise Geodetic surveys in a few seconds
  • Open sources
    • Read and access all the code
    • All examples based on Open data
  • All modern GNSS constellations, codes and signals
    • Surveying with GPS, Galileo, BeiDou and QZSS
  • Time scales: GPST, QZSST, BDT, GST, UTC, TAI
  • Efficient seamless compression and decompression
  • RINEX V4 full support
  • All RINEX formats supported (see following table)
  • High Precision Clock RINEX products (for PPP)
  • High Precision Orbital SP3 for PPP
  • DORIS (special RINEX)
  • Several pre-processing algorithms:
  • Several post-processing operations

Disadvantages ⚠️

  • Navigation is currently not feasible with Glonass and IRNSS
  • Differential navigation (SBAS, DGNSS or RTK) is not support yet
  • Our applications do not accept BINEX or other proprietary formats
  • File production might lack some features, mostly because we're currently focused on data processing

Repository

  • rinex is the core library

  • rinex-cli is a command line application to process RINEX, SP3 and soon Ublox, and dedicated to typical GNSS post processing.
    It is growing as some sort of Anubis/Teqc/Glab combination. No GUI currently available, this will be developed later.
    It integrates a PVT and CGGTTS solutions solver.
    The application is auto-generated for a few architectures, you can directly download it from Github.com

  • sp3 High Precision Orbits (by IGS)

  • rnx2crx is a RINEX compressor (RINEX to Compact RINEX)

  • crx2rnx is a CRINEX decompresor (Compact RINEX to RINEX)

  • rinex-qc is a library dedicated to RINEX files analysis

  • qc-traits declares Traits that are shared between rinex and rinex-qc

  • sinex SNX dedicated core library

  • ublox-rnx is an application to generate RINEX files from Ublox receivers.
    This application is currently work in progress

Relevant Ecosystem

  • IGS Network: browse and monitor any IGS station status
  • Nyx-space: Navigation and Orbital calculations in Rust
  • Hifitime: Precise Time and Timescale support in Rust
  • CGGTTS: Common View Time Transfer file format, in Rust
  • Geo: Geospatial primitives and algorithms, in Rust
  • RTK-RS: Precise Positioning (calculations) in Rust

Citation and referencing

If you need to reference this work, please use the following model:

GeoRust RINEX Team (2023), RINEX: analysis and processing (Apache-2/MIT), https://georust.org

Formats & revisions

The core library supports parsing RINEX V4.0, that includes RINEX V4 Navigation files.
We support the latest revisions for both IONEX and Clock RINEX.
We support the latest (rev D) SP3 format.

RINEX formats & applications

Type Parser Writer CLI Content Record Iteration Timescale
Navigation (NAV) βœ”οΈ 🚧 βœ”οΈ πŸ“ˆ Ephemerides, Ionosphere models Epoch SV System time broadcasting this message
Observation (OBS) βœ”οΈ βœ”οΈ βœ”οΈ πŸ“ˆ Phase, Pseudo Range, Doppler, SSI Epoch GNSS (any)
CRINEX (Compressed OBS) βœ”οΈ RNX2CRX1 βœ”οΈ RNX2CRX3 🚧 βœ”οΈ πŸ“ˆ Phase, Pseudo Range, Doppler, SSI Epoch GNSS (any)
Meteorological data (MET) βœ”οΈ βœ”οΈ βœ”οΈ πŸ“ˆ Meteo sensors data (Temperature, Moisture..) Epoch UTC
Clocks (CLK) βœ”οΈ 🚧 βœ”οΈ πŸ“ˆ Precise SV and Reference Clock states Epoch GNSS (any)
Antenna (ATX) βœ”οΈ 🚧 🚧 Precise RX/SV Antenna calibration antex::Antenna βž–
Ionosphere Maps (IONEX) βœ”οΈ 🚧 βœ”οΈ πŸ“ˆ Ionosphere Electron density Epoch UTC
DORIS RINEX βœ”οΈ 🚧 βœ”οΈ Temperature, Moisture, Pseudo Range and Phase observations Epoch TAI
SINEX (SNX) 🚧 🚧 βž– SINEX are special RINEX, they are managed by a dedicated core library Epoch ❓
Troposphere (TRO) 🚧 🚧 ❓ Troposphere modeling Epoch ❓
Bias (BIA) βœ”οΈ 🚧 ❓ Bias estimates, like DCB.. Epoch ❓

βœ”οΈ means all revisions supported
🚧 : means Work in Progress

CLI : possibility to load this format in the apps.
CLI + πŸ“ˆ : possibility to project or extract and plot this format.

Other formats

RINEX-Cli accepts more than RINEX data.

Type Parser Writer CLI Content Record Iteration Timescale
SP3 βœ”οΈ 🚧 Work in progress βœ”οΈ πŸ“ˆ High precision SV orbital state Epoch GNSS (any)

File formats

Format File name restrictions Support
RINEX βž– βœ”οΈ
CRINEX βž– βœ”οΈ
gzip compressed RINEX Name must end with .gz --flate2 feature must be enabled
gzip compressed CRINEX Name must end with .gz --flate2 feature must be enabled
.Z compressed RINEX Not supported Not supported
DORIS RINEX βž– 🚧 Work in progress
gzip compressed DORIS Name must end with .gz --flate2 feature must be enabled
.Z compressed DORIS Not supported Not supported
SP3 βž– βœ”οΈ
gzip compressed SP3 Name must end with .gz --flate2 feature must be enabled
.Z compressed SP3 Not supported Not supported
BINEX βž– βž– We do not support proprietary formats
UBX βž– 🚧 Work in progress

βž– No restrictions: file names do not have to follow naming conventions.

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)

Contributions

Contributions are welcomed, do not hesitate to open new issues and submit Pull Requests through Github.

If you want to take part in active developments, check out our contribution guidelines and hints to navigate this library quicker.