Crates.io | rinex |
lib.rs | rinex |
version | 0.21.1 |
created_at | 2021-12-18 19:10:50.510096+00 |
updated_at | 2025-09-06 13:34:04.304766+00 |
description | RINEX file parsing, analysis and production |
homepage | https://github.com/nav-solutions |
repository | https://github.com/nav-solutions/rinex |
max_upload_size | |
id | 500099 |
size | 1,689,170 |
RINEX (Receiver Independent EXchange) parser and formatter.
The RINEX format is fully open source and is specified to answer the requirements of navigation and much more.
To contribute to either of our project or join our community, you way
If you need to reference this work, please use the following model:
Nav-solutions (2025), RINEX: analysis and processing (MPLv2), https://github.com/nav-solutions
The parser supports 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.
Type | Parser | Writer | CLI | Content | Record Iteration | Timescale |
---|---|---|---|---|---|---|
Navigation (NAV) | :heavy_check_mark: | :construction: | :heavy_check_mark: :chart_with_upwards_trend: | Ephemerides, Ionosphere models | Epoch | SV System time broadcasting this message |
Observation (OBS) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: :chart_with_upwards_trend: | Phase, Pseudo Range, Doppler, SSI | Epoch | GNSS (any) |
CRINEX (Compressed OBS) | :heavy_check_mark: | RNX2CRX1 :heavy_check_mark: RNX2CRX3 :construction: | :heavy_check_mark: :chart_with_upwards_trend: | Phase, Pseudo Range, Doppler, SSI | Epoch | GNSS (any) |
Meteorological data (MET) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: :chart_with_upwards_trend: | Meteo sensors data (Temperature, Moisture..) | Epoch | UTC |
Clocks (CLK) | :heavy_check_mark: | :construction: | :heavy_check_mark: :chart_with_upwards_trend: | Precise SV and Reference Clock states | Epoch | GNSS (any) |
Antenna (ATX) | :heavy_check_mark: | :construction: | :construction: | Precise RX/SV Antenna calibration | antex::Antenna |
:heavy_minus_sign: |
Ionosphere Maps (IONEX) | :heavy_check_mark: | :construction: | :heavy_check_mark: :chart_with_upwards_trend: | Ionosphere Electron density | Epoch | UTC |
DORIS RINEX | :heavy_check_mark: | :construction: | :heavy_check_mark: | Temperature, Moisture, Pseudo Range and Phase observations | Epoch | TAI |
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.