Skip to content

Graph SkyPlot

Guillaume W. Bres edited this page Mar 4, 2024 · 4 revisions

Sky Plot

A Sky Plot is the projection of orbiting SV on a compass.
RINEX-Cli can draw such a plot if orbital information was provided by means of at least one Navigation RINEX file:

./target/release/rinex-cli \
   -f test_resources/NAV/V3/ESBC00DNK_R_20201770000_01D_MN.rnx.gz \
   -P G05,G08,G31,E05,E07,E08,E25 \ # reduce quantity of SV
   -g --sky

RINEX-Cli can also draw high precision Orbital information wrapped in an SP3 file, as a skyplot:

./target/release/rinex-cli \
   -f test_resources/SP3/GRG0MGXFIN_20201770000_01D_15M_ORB.SP3.gz \
   -P G05,G08,G15,G16,G31 \ # reduce quantity of SV
   -g --sky

Next step

Clone this wiki locally