valgur / hatanaka

Python-based compression / decompression of RINEX files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decompress_on_disk to another destination

PierreS-alpha opened this issue · comments

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 might be useful to add an argument for a destination folder other than the folder containing the compressed RINEX?

Cheers,
P

Thank you for the kind words! 😄

That's a very good suggestion. I will probably add a dest keyword argument for this. Thanks!