Skip to content

Releases: georust/rinex

0.17.0-alpha-1

04 Sep 11:56
493cb8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0-alpha...0.17.0-alpha-1

v0.17.0-alpha

28 Aug 06:27
ad7f0b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0-alpha

v0.16.1

27 Apr 10:56
c3e4c4b
Compare
Choose a tag to compare

RINEX V0.16 comes with many improvements.

V0.16.1 is the first official release of the V0.16 serie. V0.16 simply had an error in its auto documentation process

Clock RINEX

This file format is now correctly supported and we can take advantage of it for precise positioning.
It is also added to analysis opmodes, try this for Clock RINEX | SP3 Clock and BRDC Clock comparison for example

./target/release/rinex-cli \
   -f test_resources/NAV/V3/ESBC00DNK_R_20201770000_01D_MN.gz \
   -f test_resources/CLK/V3/GRG0MGXFIN_20201770000_01D_30S_CLK.CLK.gz \
   -f test_resources/SP3/GRG0MGXFIN_20201770000_01D_15M_ORB.SP3.gz \
   -P GPS -g --clk

PPP processing time

RTK-RS core upgraded to V0.5: 50x computation speed improvement.
The following now runs in about 3sec on my computer, against 2'30 previously

./target/release/rinex-cli \
   -f test_resources/CRNX/V3/ESBC00DNK_R_20201770000_01D_30S_MO.crx.gz \
   -f test_resources/NAV/V3/ESBC00DNK_R_20201770000_01D_MN.gz \
   -f test_resources/CLK/V3/GRG0MGXFIN_20201770000_01D_30S_CLK.CLK.gz \
   -f test_resources/SP3/GRG0MGXFIN_20201770000_01D_15M_ORB.SP3.gz \
   -P GPS \
   -p -c rinex-cli/config/rtk/gpst_spp_basic.json | tee logs.txt

image

SSI/SNR against SV elevation

SSI against SV Elevation visualization to emphasize their correlation

./target/release/rinex-cli \
   -f test_resources/NAV/V3/ESBC00DNK_R_20201770000_01D_MN.gz \
   -f test_resources/CLK/V3/GRG0MGXFIN_20201770000_01D_30S_CLK.CLK.gz \
   -f test_resources/SP3/GRG0MGXFIN_20201770000_01D_15M_ORB.SP3.gz \
   -P GPS -g -o

Capture

Code PPP

New positioning method: Code Based PPP which gives the best results ever obtained.
Run this to try the new strategy:

./target/release/rinex-cli \
   -f test_resources/CRNX/V3/ESBC00DNK_R_20201770000_01D_30S_MO.crx.gz \
   -f test_resources/CRNX/V3/ESBC00DNK_R_20201770000_01D_30S_MO.crx.gz \
   -f test_resources/SP3//GRG0MGXFIN_20201770000_01D_15M_ORB.SP3.gz \
   -P GPS -p -c rinex-cli/config/rtk/gpst_ppp_basic.json

galileo_ppp_2

Code based PPP + CGGTTS

Code based PPP strategy applies similarly to CGGTTS special solutions

./target/release/rinex-cli \
   -f test_resources/CRNX/V3/ESBC00DNK_R_20201770000_01D_30S_MO.crx.gz \
   -f test_resources/NAV/V3/ESBC00DNK_R_20201770000_01D_MN.gz \
   -f test_resources/CLK/V3/GRG0MGXFIN_20201770000_01D_30S_CLK.CLK.gz \
   -f test_resources/SP3/GRG0MGXFIN_20201770000_01D_15M_ORB.SP3.gz \
   -P GAL,GPS \
   -p --cggtts \
   -c rinex-cli/config/rtk/gpst_ppp_basic.json | tee logs.txt

DORIS

DORIS RINEX (special file format) is partially introduced.
V0.16 can parse the file correctly but no analysis is available yet.

Other

  • Improved plotting performances in a couple of spots (time to generate plots)
  • Huge improvements of the File Production interface. Generate standardized RINEX easily,
    as you would expect in profesionnal contexts like laboratories and production agencies.
  • First -p tests with Galileo and they give even better results
  • First -p tests with Mixed constellations (GPS + GAL)

What's Changed

New Contributors

Full Changelog: v0.15.6...v0.16.1

What's next

  • Hifitime upgrade to V4.0
  • BeiDou in SPP/Code based PPP opmode
  • QZSS in SPP/Code based PPP opmode
  • More options to process DORIS
  • QC capabilities enhancement
  • Glonass in SPP/PPP will come after BDS and QZSS

v0.15.6

25 Feb 15:49
6057f38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.4...v0.15.6

v0.15.4

01 Jan 20:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.3...v0.15.4

v0.15.3

28 Dec 22:48
Compare
Choose a tag to compare
v0.15.3

v0.15.2

27 Dec 20:04
9fcc663
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.15.2

v0.15.0

14 Oct 16:07
8c66b21
Compare
Choose a tag to compare

What's Changed

SPP : single carrier positioning, +/- 1m positioning at best
image

3D Orbit visualization and projection, navigation equations solver
image

Full Changelog: v0.14.0...v0.15.0

v0.14.0

19 Sep 19:40
d1f600e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

09 Sep 19:14
2bd3165
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0