SGL-UT / GPSTk

ATTENTION: This repository has been moved and is for archival purposes only. GPSTk toolkit has been renamed to GNSSTK and has been split into two new separate repositories. GNSSTK now only contains libraries while the other repository GNSSTK-APPS contains only applications. The rename and split into libraries and applications started with version v12.0.0 on September 2021. GPSTk --> GNSSTK at https://gitlab.com/sgl-ut/gnsstk --> GNSSTK-APPS at https://gitlab.com/sgl-ut/gnsstk-apps
Other
339 stars 182 forks source link

Rinex 3 obs file reading error #54

Open GeoDev80 opened 5 years ago

GeoDev80 commented 5 years ago

I am using GPSTk python bindings for my work, I get the following error while reading RINEX 3 Hourly observation data files ------------- InvalidRequest: text 0:G03 index 11 is not available. location 0:/home//GPSTk-2.10/core/lib/FileHandling/RINEX3/Rinex3ObsData.cpp:234 --------------

I can see that the obs data field in RINEX3 obs file is empty for SV#G03, the software crashes when I run it during obs file reading stage. Is there any updated Rinex3ObsData.cpp which can handle the missing data gaps. Has any one faced a similar problem, and have a solution. Any suggestions to handle this, please share them, would be very helpful.

Cheers!