Skip to content

Releases: GeoscienceAustralia/gnssanalysis

September 2024 - Release Version 0.0.57

31 Jan 11:40
ecdde74
Compare
Choose a tag to compare

Changes introduced from Sep 2024 - Jan 2025:

  • Various improvements to SP3 file reading and error handling
    • Empty file checks
    • SP3 flag handling
    • trim, transform and create SP3 files
    • remove satellites from SP3 files
    • Improved handling of velocity information
    • Various unittests introduced
  • Allow reading of version 2 IGS site / station logs (including unit tests)
  • Fixes to remove Pandas deprecation warnings

What's Changed

  • NPI-3501 better empty input file checks by @treefern in #54
  • NPI-3501 bug fix for issue introduced with improved input checks by @treefern in #55
  • Add download_iau2000_file() by @EugeneDu-GA in #56
  • NPI-3547 Attempt to address SP3 flag rendering related crash by @treefern in #59
  • NPI-3655 Improve readability of getVelPoly() function by @treefern in #62
  • NPI-3655 Bring in remove_offline_sats(), add option in SP3 diff processing to avoid crashing cubic interpolator for velocity by @treefern in #61
  • NPI-3653 - Update code to handle new V2 IGS logs by @ronaldmaj in #60
  • Npi 3670 sp3 bugfixes and unit tests by @treefern in #65
  • NPI-3669 Migrate SP3 transform and trim, introduce minimal SP3 creation utility script by @treefern in #63
  • NPI-3676 Exception handling on (unsupported) SP3 velocity data output by @treefern in #66
  • NPI-3653 - Fix errors in parsing IGS log updates by @ronaldmaj in #68
  • NPI-3678 IGS site log parser v2 small improvements by @treefern in #69
  • NPI-3668 SP3 header stated values vs content checks, and ORB_TYPE update on performing Helmert transformation by @treefern in #64
  • NPI-3388 Pandas deprecation fixes and improved SP3 rendering capability (moon orbit capability 🌚 ) by @treefern in #72
  • NPI-3683 SP3 consistency check streamlining by @treefern in #70
  • NPI-3685 Streamline SP3 incorrect timerange unit test by @treefern in #71

Full Changelog: 0.0.56...0.0.57

January 2025 - Pre-Release Dev Version 0.0.57.dev5

09 Jan 06:26
92e2205
Compare
Choose a tag to compare

(Re-released after attempting and failing to replace dev4)
This is a small update to address breaking issues in pre-release 0.0.57.dev4

What's Changed

  • NPI-3653 - Fix errors in parsing IGS log updates by @ronaldmaj in #68
  • NPI-3678 IGS site log parser v2 small improvements by @treefern in #69

Full Changelog: 0.0.57.dev4...0.0.57.dev5

(BROKEN) January 2025 - Pre-Release Dev Version 0.0.57.dev4

08 Jan 04:25
36c0374
Compare
Choose a tag to compare

What's Changed

  • NPI-3653 - Update code to handle new V2 IGS logs by @ronaldmaj in #60 (Broken update, fixed in later version)
  • Npi 3670 sp3 bugfixes and unit tests by @treefern in #65
  • NPI-3669 Migrate SP3 transform and trim, introduce minimal SP3 creation utility script by @treefern in #63
  • NPI-3676 Exception handling on (unsupported) SP3 velocity data output by @treefern in #66

Full Changelog: 0.0.57.dev3...0.0.57.dev4

December 2024 - Pre-Release Dev Version 0.0.57.dev3

23 Dec 03:42
3351248
Compare
Choose a tag to compare

What's Changed

  • NPI-3655 Improve readability of getVelPoly() function by @treefern in #62
  • NPI-3655 Bring in remove_offline_sats(), add option in SP3 diff processing to avoid crashing cubic interpolator for velocity by @treefern in #61

Full Changelog: 0.0.57.dev2...0.0.57.dev3

December 2024 - Pre-Release Dev Version 0.0.57.dev2

13 Dec 06:14
848d383
Compare
Choose a tag to compare

What's Changed

  • NPI-3501 bug fix for issue introduced with improved input checks by @treefern in #55
  • Add download_iau2000_file() by @EugeneDu-GA in #56
  • NPI-3547 Attempt to address SP3 flag rendering related crash by @treefern in #59

Full Changelog: 0.0.57.dev1...0.0.57.dev2

September 2024 - Pre-Release Dev Version 0.0.57.dev1

13 Sep 02:08
a5f90ff
Compare
Choose a tag to compare

What's Changed

  • NPI-3501 better empty input file checks by @treefern in #54

Full Changelog: 0.0.56...0.0.57.dev1

September 2024 - Release Version 0.0.56

09 Sep 05:17
4870e14
Compare
Choose a tag to compare

Changes introduced from Aug 2024 - Sep 2024

  • Functions for comparing TRO files
  • Further updates to file parsing, including filename determination
  • Addition of various functions from Ginan and Ginan-Ops allowing additional capability for:
    • Downloading
    • Comparison
  • Introduce new classes for Ginan-Ops workflows (solution types)
  • Remove deprecations
  • Fix bugs in clock normalisation types for clock comparisons
  • Introduce backwards compatibility to Python v3.9 and compatibility checks for Python 3.9 - 3.12

What's Changed

  • ZTD cpmparison by @umma-zannat in #44
  • NPI-3446 Fix SP3 parse and write of data section flags, plus address CLK and POS nodata causing misalignment by @treefern in #45
  • Npi 3294 Fixes and better warnings in filename based property extraction, and filename vs contents checks by @treefern in #43
  • NPI-3456 Transfer auto_download_PPP functions by @ronaldmaj in #46
  • NPI-3485 Add assert message in CLK read function by @ronaldmaj in #49
  • NPI-3485 Remove deprecated numpy type by @ronaldmaj in #50
  • Transfer Ginan-Ops functions by @EugeneDu-GA in #47
  • fix: QnD remove time on comparison (calendar date only) by @seballgeyer in #52
  • NPI-3458 implement solution types utility classes by @treefern in #48
  • Restoring backward compatibilities by @seballgeyer in #53
  • Fix "sv" norm type by @EugeneDu-GA in #51

Full Changelog: 0.0.55...0.0.56

Sep '24 - Pre-Release 0.0.56.dev3

03 Sep 04:53
ad7d68d
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.0.56.dev2...0.0.56.dev3

August 2024 - Pre-Release Dev Version 0.0.56.dev2

30 Aug 03:35
8f46d7f
Compare
Choose a tag to compare

What's Changed

  • NPI-3485 Add assert message in CLK read function by @ronaldmaj in #49
  • NPI-3485 Remove deprecated numpy type by @ronaldmaj in #50

Full Changelog: 0.0.56.dev1...0.0.56.dev2

August 2024 - Pre-Release Dev Version 0.0.56.dev1

20 Aug 06:48
390d86d
Compare
Choose a tag to compare

What's Changed

  • ZTD cpmparison by @umma-zannat in #44
  • NPI-3446 Fix SP3 parse and write of data section flags, plus address CLK and POS nodata causing misalignment by @treefern in #45
  • Npi 3294 Fixes and better warnings in filename based property extraction, and filename vs contents checks by @treefern in #43
  • NPI-3456 Transfer auto_download_PPP functions by @ronaldmaj in #46

Full Changelog: 0.0.55...0.0.56.dev1