Skip to content

August 2024 - Release Version 0.0.55

Compare
Choose a tag to compare
@ronaldmaj ronaldmaj released this 05 Aug 00:46
· 94 commits to main since this release
5b70527

Changes introduced from May 2024 - Aug 2024

  • Fix various issues in SP3 file including:
    • better error messaging / robustness
    • handle velocities
    • fix CLK normalisation
    • no data --> NaNs
    • proper no data handling for standard deviations
    • add unit-tests for functions in sp3.py file
  • Fix sp3merge utility - allow merge and produce valid files
  • Fix Helmert transformation printing
  • Fix up functions for reading TRO (troposphere) files from Ginan and Bernese
  • Add various functions for file download
  • Refactoring, documentation and updates to functions for filename determination

What's Changed

  • Convert datetimes explicitly to int64 not int by @jashlearn in #25
  • NPI-3331 - Update to gnssanalysis for new packages by @ronaldmaj in #26
  • Npi 3290 clearer error on empty sinex header extras by @treefern in #27
  • HerlmertPrint by @seballgeyer in #29
  • Fix clock normalisation and convert sp3 position nodata values to NaNs by @EugeneDu-GA in #30
  • Sp3 changes + unittesting by @seballgeyer in #32
  • modify to add capability to read both Ginan and Bernese troposphere .… by @umma-zannat in #34
  • Npi 3421 Fix nodata formatting of standard deviation columns by @treefern in #35
  • NPI-3197 Transfer download functions from ginan repo by @ronaldmaj in #18
  • NPI-3197 - Fix to previous transfer functions PR by @ronaldmaj in #36
  • Housekeeping by @seballgeyer in #33
  • Npi 3430 Fix SP3 header parsing to more robustly handle orbit accuracy values by @treefern in #38
  • NPI-3429 - Fix mergesp3 utility by @ronaldmaj in #37
  • NPI-3430 Improve SP3 parsing robustness by @treefern in #39
  • NPI-3294 - Updates to file properties extraction to allow broader use, addition of file name vs file contents check functionality by @treefern in #21
  • fix: Hopefully fix the publish papeline, wrong file name. by @seballgeyer in #40
  • update: publish workflow (on publish only) by @seballgeyer in #41
  • Pipeline-fix by @seballgeyer in #42

New Contributors

Full Changelog: 0.0.54...0.0.55