hatanaka
hatanaka copied to clipboard
Python-based compression / decompression of RINEX files
Hi Martin, Since you suggested me to use your python's wrapper for Hatanaka compression, it is used on a routine basis! thanks! regarding the function `decompress_on_disk`, don't you think it...
Also remove redundant condition. We do p = strchr(line, '\n') which looks for the first '\n', so *(p -1) can never be '\n'
If the satellite is new (*i0 = -1), we don't have data to add up
dy0[*i0] is undefined behavior if *i0 == -1. We don't actually use the value in `getdiff` in that case, so pass NULL instead.
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.13.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.13.0 [!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by @woodruffw💰. We've also integrated Zizmor to catch...