Cargo Features

rinex-qc has no features set by default.

[dependencies]
rinex-qc = { version = "0.2.0-alpha-1", features = ["sp3", "statrs"] }
default

no features by default

sp3

Unlock support of high precision SP3 files.
When targetting highest precision analysis and solutions, like in PPP,
SP3 files are mandatory. When deactivated, we simply cannot load such files into a context, only RINEX post processing is possible.

Enables sp3

Features from optional dependencies

statrs implicit feature

Enables statrs ^0.16

statrs:

Statistical computing library for Rust