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