RINEX crate

crates.io rustc

Rust crates.io crates.io License License

Parser

RINEX files contain a lot of data and this library is capable of parsing most of it.
To fully understand how to operate this library, refer to the official API, which provides useful information. You can also refer to the examples of use provided by the library.

Production (writer)

Once a RINEX structure is parsed, it is possible to dump it into a file, and possibily rework it in the meantime.

File naming convention

This parser does not care about the RINEX file name. That means it is possible to parse a file
that does not respect standard naming conventions.