Releases: valgur/hatanaka
Releases · valgur/hatanaka
v2.8.1
v2.8.0
v2.7.0 - RNXCMP v4.1.0
Updated RNXCMP to version 4.1.0.
Relevant changes:
- RINEX 4.xx files are now accepted as inputs.
- Fixed bugs:
- Error in case the number of special records exceeds 99 in RINEX ver. 2 files.
- Error in case the clock offset is padded with spaces in RINEX ver. 3 or 4 files.
- Error in case a bad GNSS type is detected even if option -s is specified with RNX2CRX.
v2.6.0
v2.5.0
v2.4.0
-
Added support for LZW (.Z) compression output. This is provided by the new
ncompresslibrary.As a result, LZW decompression is now also 40x faster than with
unlzw3and as fast as with the optionalunlzwdependency (which currently has a memory leak issue). -
Fixed a deprecation warning from
importlib_resources.
Hatanaka 2.3.0
- Add the
--deleteoption of the CLI apps also as an option in the library.
Hatanaka 2.2.0
During decompression, allow filenames to end with only .zip, .gz, etc. suffixes. .rnx will be used as the new suffix after decompression.
Hatanaka 2.1.0
Relax file name requirements. Anything is allowed as long as it is converted without errors and can be renamed unambiguously.
Hatanaka 2.0.0
- Extend decompression / compression support to all compression formats allowed by the RINEX standard:
- Add
decompressandcompressfunctions in Python. - Replace the
crx2rnxandrnx2crxexecutables with more generalrinex-decompressandrinex-compresson the command line.
- Add