47 releases (15 breaking)

0.15.6 Feb 25, 2024
0.15.3 Dec 28, 2023
0.15.1 Nov 27, 2023
0.10.1 Jul 29, 2023
0.0.9 Dec 31, 2021

#249 in Parser implementations

Download history 54/week @ 2024-01-02 6/week @ 2024-02-13 90/week @ 2024-02-20 112/week @ 2024-02-27 218/week @ 2024-03-05 26/week @ 2024-03-12 11/week @ 2024-03-19 11/week @ 2024-03-26 68/week @ 2024-04-02 31/week @ 2024-04-09 14/week @ 2024-04-16

127 downloads per month
Used in 8 crates

MIT/Apache

1MB
24K SLoC

RINEX

crates.io rustc crates.io

RINEX is a crate in the GeoRust ecosystem that aims at supporting most common RINEX formats, for both data analysis and data production, without performance compromises.

One of its objectives is to be a credible modern alternative to tools like teqc.

File naming conventions

In this current form, the parser disregards file names and conventions. Although we aim at providing methods that help generate files that respect the standards, in file production context.

RINEX Standards

This library was built to support RINEX V4 completely, but efforts were made to also support older revisions too.

All revisions are supported when parsing. Some restrictions still apply in file production context, see the front page table.

Crate features

One crate feature per supported RINEX format exists.
For example, nav enables RINEX Navigation specific methods.

The qc feature enables a set of structures for RINEX file quality analysis.

The processing feature enables the Preprocessing toolkit to resample, filter and sort RINEX datasets prior further analysis.

The flate2 feature enables native gz decompression.
If this feature is not enabled, one must first uncompress .gz files prior parsing.

The sbas feature enables one method to select appropriate augmentation system based on current location on Earth.

Compile with full to support all features.

License

Licensed under either of:

Dependencies

~6–19MB
~234K SLoC