Skip to content

Jan 2024 - Release Version 0.0.52

Compare
Choose a tag to compare
@ronaldmaj ronaldmaj released this 30 Jan 02:00
· 22 commits to main since this release
2743d19

Various changes were introduced from Dec 2023 - Jan 2024

  • improve robustness of SNX / SP3 reading
  • handle differences between SP3 files when not exactly aligned
  • removing duplicates in SP3 files on read
  • introduced a decompress function in downloads script

What's Changed

  • Fix typing on download function by @jashlearn in #3
  • Return path to downloaded file in download_url by @jashlearn in #4
  • NPI-3040 Improve robustness of Sinex reading with missing PT values by @treefern in #1
  • NPI-3060 Remove duplicated epochs in SP3 reader (with warning) by @treefern in #7
  • Updated sp3 dupe check \w has_duplicates property by @bmatv in #8
  • Add license to repo - Apache by @ronaldmaj in #6
  • NPI-3072 additional comments explaining why we read Sinex with read_fwf() and that field names do not map by @treefern in #9
  • Move download functions from ginan/scripts/auto_download_PPP to gnssanalysis by @aclel in #11
  • NPI-3103 - Introduce an uncompress option for URL downloading by @ronaldmaj in #10

New Contributors

Full Changelog: 0.0.51...0.0.52