Skip to content

Releases: IPGP/rinexmod

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

v2.2

12 Jan 15:21
d6f46ea
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

v2.1

05 Nov 10:42
61a324c
Compare
Choose a tag to compare

v2.1 release features

  • allows multiprocessing to fasten RINEX modifications (option -mp)
  • new debug mode (option -d)
  • -tol, --tolerant_file_period option
    the RINEX file period is tolerant and stick to the actual data content, but then can be odd (e.g. 07H, 14H...). A strict file period is applied per default (01H or 01D), being compatible with the IGS conventions
  • filename_data_source (R, S, U) as modification keywords
  • several miscellaneous bugs corrected

v2.0

15 May 17:58
cf6ddd6
Compare
Choose a tag to compare

Add modularity in the behavior of rinexmod:

  • a new module rinexmod_api has been created
  • better RINEX3 handling
  • several bug corrections
    (a detailed help and tutorial will come in a future release ;) )

v1.1

27 Feb 18:39
Compare
Choose a tag to compare

Misc. modifications in the options.

A bigger update is in preparation to allows to run rinexmod in an API mode.