GNSSpy-Project / gnsspy

Python Toolkit for GNSS Data
MIT License
179 stars 74 forks source link

Replace crx2rnx with external Hatanaka library #12

Open valgur opened 3 years ago

valgur commented 3 years ago

Hi! I recently created a carefully packaged and wrapped version of the RNXCMP tools in Python as the Hatanaka library. It simplifies the installation and usage of the tools and also makes sure any errors are raised as proper exceptions and warnings as Python warnings. In addition to the Hatanaka decompression it can also take care of the .gz/.Z compression usually applied on top of Hatanaka compression.

I thought you might find the library useful as well. It should make packaging this library quite a bit simpler, I hope.