Skip to content

v3.0.0

Compare
Choose a tag to compare
@PierreS-alpha PierreS-alpha released this 15 Mar 09:54
· 222 commits to master since this release
92f4d4e
  • important user interface change
    • The arguments RINEXINPUT and OUTPUTFOLDER are now positional and require options -i/--rinexinput and -o/--outputfolder, i.e.:
      • -i RINEXINPUT [RINEXINPUT ...], --rinexinput RINEXINPUT [RINEXINPUT ...]
      • -o OUTPUTFOLDER, --outputfolder OUTPUTFOLDER
    • previous -i and -o are now:
      • -ig, --ignore
      • -ol OUTPUT_LOGS, --output_logs OUTPUT_LOGS
  • import of GAMIT's files station.info & apr/L-file is now possible with -sti and -lfi options
  • Refactoring: SiteLog class becomes MetaData class for more versatility. Many functions and variables have been renamed accordingly.
  • add an option -nh/--no_hatanaka and -co/--country
  • Misc. bugs correction

What's Changed

Full Changelog: v2.2.1...v3.0.0