Skip to content

Releases: IPGP/rinexmod

v3.5.3

05 Mar 17:58
Compare
Choose a tag to compare
  • corrected bumped version

Full Changelog: v3.5.2...v3.5.3

v3.5.2

05 Mar 10:50
Compare
Choose a tag to compare
  • keep_rnx_rec for sat sys line too
  • replace v3.5.1

Full Changelog: v3.5.1...v3.5.2

v3.5.0

04 Mar 16:02
87791b6
Compare
Choose a tag to compare
  • pypi compatible
  • better get_sitelogs function + add OGA
  • add option -krr

What's Changed

Full Changelog: v3.4.1...v3.5.0

v3.4.1

27 Feb 16:20
Compare
Choose a tag to compare

Misc mods and debugs, following autorino v1

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

02 Dec 17:43
2ec7b19
Compare
Choose a tag to compare
  • shell programs are now in a bin folder and are set as executable in the setup.py
  • the frontend command line interface program has been renamed rinexmod_run.py to avoid conflict with the module name
  • add shortname option to force RINEX file renaming with short name convention, and modify longname option to force RINEX file renaming with long name convention
    (Behavior of previous longname option was ambiguous.)
    shortname is mutually exclusive with longname.

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

04 Sep 17:56
49909e1
Compare
Choose a tag to compare
  • --tolerant_file_period/-tol is replaced by a more flexible --filename_style/-fns option.
    • it takes now one string argument with 3 acceptable values: 'basic' (per default), 'flex', and 'exact'.
      see help for more details
  • misc. improvements and bug corrections

v3.2.0

26 Jun 15:08
797d863
Compare
Choose a tag to compare

Misc improvements:

  • Enhanced log messages
  • Some exception handling when reading RINEX
  • RINEX version attribute is now also float
  • you can now remove your input RINEXs with -rm, but be carful of what you are doing!

v3.1.0

05 Jun 12:15
93341e9
Compare
Choose a tag to compare

make rinexmod compliant with IGSMAIL-8458, i.e. nine characters site in sitelogs, and Country or Region field instead of Country.

Full Changelog: v3.0.0...v3.1.0

v3.0.0

15 Mar 09:54
92f4d4e
Compare
Choose a tag to compare
  • 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

v2.2.1

12 Jan 23:17
2df2d4b
Compare
Choose a tag to compare

Under the hood improvements:

  • add the rinexmod module (folder)
  • add setup.py for assisted installation

⚠️ inform the developer if you meet import troubles

NB: present v2.2.1 corrects an import bug for front-end programs