Cargo Features

RINEX has no features set by default.

[dependencies]
rinex = { version = "0.16.1", features = ["obs", "nav", "meteo", "ionex", "clock", "antex", "doris", "processing", "qc", "sp3", "full", "geo", "wkt"] }
obs full?

Unlock OBS RINEX full support.
Unlocks dedicated browsing methods and post processing algorithms.

Affects observation::Combination, observation::Combine, observation::Dcb

nav full?

Unlock NAV RINEX full support.
Unlocks dedicated browsing methods and navigation dedicated methods.

Affects ephemeris::Kepler, ephemeris::Perturbations

meteo full?

Unlock METEO RINEX full support.
Unlocks dedicated browsing methods and dedicated analysis.

ionex full?

Unlock IONEX full support.
Unlocks dedicated browsing methods and dedicated analysis.

clock full?

Unlock CLOCK RINEX full support.
Unlocks dedicated browsing methods and dedicated analysis.

antex full?

Unlock ANTEX full support.
Unlocks dedicated browsing methods and antenna compensation methods.

doris full?

Unlock support of DORIS RINEX file format, DORIS special measurements wrapped as RINEX observation file.

processing full?

Unlock Processing package.
Unlocks the preprocessing toolkit, Filtering methods and preprocessing algorithms.

Affects rinex::preprocessing

qc full? = horrorshow, rinex-qc-traits

Unlock Quality Check (QC) methods and traits.
Allows to generate complete QC reports for RINEX or entire contexts.

sp3 full? = walkdir

Unlock SP3 support to be able to integrate SP3 precise orbits into a complete Context.

Enables sp3

full = antex, clock, doris, flate2, horrorshow, ionex, meteo, nav, obs, processing, qc, serde, sp3

Unlock all features, all at once

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

geo implicit feature

Enables geo

geo:

Geospatial primitives and algorithms

wkt implicit feature

Enables wkt

wkt:

Rust read/write support for well-known text (WKT)

serde full?
flate2 full?
horrorshow full? qc?
rinex-qc-traits qc?

Enables rinex-qc-traits

RINEX QC dedicated traits

walkdir sp3?

Enables walkdir

RINEX Context dependencies