RINEX
Rust package to parse and analyze Rinex files
This package is Work in Progress, its main objective being able to parse .g and .o observations file, hopefully V3 RINEX standard.
Getting started
let rinex = from_file;
println!;
let rinex = from_file;
println!;
Developments
You can add some more RINEX files to the "/data" folder to test the lib against more data:
cargo test
cargo test -- --nocapture