Skip to main content

Module dgnss

Module dgnss 

Source
Expand description

Code-differential GNSS (DGPS) pseudorange corrections.

This module owns the language-independent DGNSS modeling that used to live in Sidereon: base-station pseudorange correction generation, rover observation pairing, and the direct corrected-observation SPP orchestration.

Structs§

AppliedCorrections
Result of applying base corrections to rover observations.
CodeObservation
A single code pseudorange observation keyed by its RINEX/SP3 satellite token.
PositionSolution
DGNSS rover solve output.

Enums§

DgnssError
Error from the DGNSS position orchestration.

Functions§

apply_corrections
Apply base pseudorange corrections to rover observations by satellite token.
pseudorange_corrections
Compute per-satellite pseudorange corrections from a surveyed base station.
solve_position
Compute DGNSS corrections, apply them to rover observations, and solve SPP.