-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in if (differenceToeToc > 302400) #6
Comments
I cannot troubleshoot this without a minimal reproducible example including an example file that triggers the error |
Attached please find the compressed RINEX file I'm triying to read (rnx format is not supported) |
I see. This is RINEX specification version 3, currently we are only supporting version 2.XX for GPS navigation RINEX... I can look into adding support for version 3 if this would be really useful to you |
It's OK, thank you |
Hello, I have now added support for GPS and GLONASS RINEX v3 navigation files in the development version (you cant get it from GitHub, still not on CRAN). However, I checked your file again and I realized this is a RINEX observation file, not a navigation file. These are different and provide other type of information, and you should probably use another library to read them. |
Thank you very much for letting me know.
Regards,
Elena
El domingo, 3 de diciembre de 2023, Rafael Ayala ***@***.***>
escribió:
… Hello, I have now added support for GPS and GLONASS RINEX v3 navigation
files in the development version (you cant get it from GitHub, still not on
CRAN).
However, I checked your file again and I realized this is a RINEX
observation file, not a navigation file. These are different and provide
other type of information, and you should probably use another library to
read them.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BD6MFQ57OVGETPFNDM7E32LYHRCFHAVCNFSM6AAAAAA7OJJMW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGQZDKMBUGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
When running
readGPSNavigationRINEX("path\43-JAE1-2022-362-00690.rnx")
I got the error message
Error in if (differenceToeToc > 302400) differenceToeToc <- differenceToeToc - :
missing value where TRUE/FALSE needed
In addition: There were 28 warnings (use warnings() to see them)
The versions I'm working with:
R version: 4.3.1 (2023-06-16 ucrt)
RStudio version: 2023.6.0.421
The text was updated successfully, but these errors were encountered: