Releases: IPGP/rinexmod
Releases · IPGP/rinexmod
v3.5.3
- corrected bumped version
Full Changelog: v3.5.2...v3.5.3
v3.5.2
keep_rnx_rec
for sat sys line too- replace v3.5.1
Full Changelog: v3.5.1...v3.5.2
v3.5.0
- pypi compatible
- better get_sitelogs function + add OGA
- add option
-krr
What's Changed
- master > prod by @PierreS-alpha in #154
- v3.5.0 pypi + OGA + better get_sitelogs + add option krr by @PierreS-alpha in #155
Full Changelog: v3.4.1...v3.5.0
v3.4.1
Misc mods and debugs, following autorino v1
What's Changed
- v3 on vdg by @PierreS-alpha in #109
- master > vdg by @PierreS-alpha in #119
- refactor m3g by @PierreS-alpha in #131
- main > dev vdg by @PierreS-alpha in #133
- better comment handling by @PierreS-alpha in #134
- better comment handling 2 by @PierreS-alpha in #135
- master > prod by @PierreS-alpha in #136
- Prerelease by @PierreS-alpha in #143
- fix imports and raw regexs by @PierreS-alpha in #144
- rename frontend rinexmod.py > rinexmod_run.py by @PierreS-alpha in #145
- master > dev_vdg by @PierreS-alpha in #148
- Dev tpx1 02a by @PierreS-alpha in #149
- Dev vdg sakic 01a > master by @PierreS-alpha in #150
- gz is finally the default compression (was a bug in the delivery script) by @PierreS-alpha in #151
- master > prod vdg by @PierreS-alpha in #152
- Prod vdg 01a by @PierreS-alpha in #153
Full Changelog: v3.4.0...v3.4.1
v3.4.0
- shell programs are now in a
bin
folder and are set as executable in thesetup.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 modifylongname
option to force RINEX file renaming with long name convention
(Behavior of previouslongname
option was ambiguous.)
shortname
is mutually exclusive withlongname
.
What's Changed
- master prerelease by @PierreS-alpha in #104
- better behavior when no comment by @PierreS-alpha in #137
- master > prerelease by @PierreS-alpha in #138
- Dev on md 4 dp 01b by @PierreS-alpha in #139
- Dev tpx1 02a by @PierreS-alpha in #140
- better version num + shorter git hash fct by @PierreS-alpha in #141
- Dev tpx1 02a by @PierreS-alpha in #142
- rename frontend rinexmod.py > rinexmod_run.py by @PierreS-alpha in #146
- Prerelease v3.4.0 by @PierreS-alpha in #147
Full Changelog: v3.3.0...v3.4.0
v3.3.0
--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
- it takes now one string argument with 3 acceptable values: 'basic' (per default), 'flex', and 'exact'.
- misc. improvements and bug corrections
v3.2.0
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
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
- important user interface change
- The arguments
RINEXINPUT
andOUTPUTFOLDER
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
- The arguments
- import of GAMIT's files station.info & apr/L-file is now possible with
-sti
and-lfi
options - Refactoring:
SiteLog
class becomesMetaData
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
- master > vdg by @PierreS-alpha in #81
- Dev tpx1 01a by @PierreS-alpha in #82
- update prod vdg by @PierreS-alpha in #83
- Prod vdg 01a by @PierreS-alpha in #84
- Merge pull request #81 from IPGP/master by @PierreS-alpha in #85
- Dev tpx1 01a by @PierreS-alpha in #86
- sitelog no dir message by @PierreS-alpha in #87
- Prerelease > tpx1 by @PierreS-alpha in #88
- Prerelease > prod vdg by @PierreS-alpha in #89
- change error log in wrap by @PierreS-alpha in #90
- change error log in wrap by @PierreS-alpha in #91
- Dev tpx1 02a refactor by @PierreS-alpha in #92
- Prerelease by @PierreS-alpha in #93
- Prod vdg 01a by @PierreS-alpha in #94
- correct gamit stuffs by @PierreS-alpha in #95
- int > str by @PierreS-alpha in #96
- Dev tpx1 02a refactor by @PierreS-alpha in #97
- correct str > int by @PierreS-alpha in #98
- add no hatanaka by @PierreS-alpha in #101
- correct station info bug by @PierreS-alpha in #102
- Prerelease > master by @PierreS-alpha in #103
Full Changelog: v2.2.1...v3.0.0
v2.2.1
Under the hood improvements:
- add the
rinexmod
module (folder) - add
setup.py
for assisted installation
NB: present v2.2.1 corrects an import bug for front-end programs