Skip to content

Releases: nav-solutions/sp3

v1.3.0

14 Jun 11:20
f5ed59c
Compare
Choose a tag to compare

V1.3.0

v1.3.0 comes with important new features

  1. SP3 formating is now supported, we can synthesize a file we just parsed or new files, for example after merging, decimation or re-fitting
  2. SP3 temporal transposition is validated and internally verified. We offer two transposition methods:
    • Timeshift::timeshift_{mut} which never fails and allows transposition to any timescale
    • Timeshift::precise_correction_{mut} that requires a correction data base
  3. SP3.standardized_filename() is introduced to help generate files that follow standard naming conventions
  4. ProductionAttributes is introduced and parsed from file names that follow standard naming conventions
  5. SP3.susbtract() and SP3.substract_mut() are being introduced for super easy SP3 residual analysis (lab/fit comparison)
  6. The basic position coordinates iterator now describes whether this is fitted, predited and under ongoing maneuver
  7. SP3.stable_positions_fitted_iter for non-maneuvered not-predicted iteration
  8. SP3.stable_positions_predicted_iter for non-maneuvered predicted (only) iteration

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 May 08:39
2bceeea
Compare
Choose a tag to compare

V1.2.0

v1.2.0 is released to update the Hifitime + ANISE (optional) cores.
A new Timeshift trait appears and allows transposition of the SP3 into desired Timescale.
Two new methods: SP3.substract(&sp3) and SP3.substract_mut(&sp3) are introduced to propose direct and quick SP3 residual analysis.
SP3 formating still not feasible yet.

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

11 Mar 08:03
23e0e52
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kpwebb made their first contribution in #6

Full Changelog: v1.1.1...v1.1.2

v1.1.1

05 Mar 19:04
0f1f33b
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @gwbres made their first contribution in #1

Full Changelog: https://github.com/rtk-rs/sp3/commits/v1.1.1