Closed sahandzou closed 2 years ago
I guess you could consider it a regression in hatanaka
. I added a check to the decompression function to verify that the decoded file is RINEX. It's actually ok to use the general decompression functions for other types of data too, though, so I'll revert that and make it optional.
Hi Harald,
I was going through the
walkthrough
notebook. I faced some bugs in thedownloader
; it uses Hatanaka decompression for decompressing satellite orbits files; it was incorrect as they aren't RINEX files so I changed the downloader as it was before using Hatanaka for decompressing data, and also there was some issue with thewalkthrough
notebook that I fixed them too.