geospace-code / georinex

Python RINEX 2 / 3 NAV / OBS / sp3 reader & batch convert to HDF5 with C-like speed
MIT License
216 stars 89 forks source link

sp3: allow compressed input #82

Closed valgur closed 1 year ago

valgur commented 2 years ago

Unlike other rinex types, SP3 files are currently not opened with georinex.rio.opener(), which means compressed and file-handle inputs are not handled as expected. This PR fixes that inconsistency.

scivision commented 1 year ago

implemented in c689a5a, thanks