Skip to content
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

Galileo F/NAV not read if both F/NAV and I/NAV present? #86

Open
jukkapee opened this issue May 31, 2022 · 1 comment
Open

Galileo F/NAV not read if both F/NAV and I/NAV present? #86

jukkapee opened this issue May 31, 2022 · 1 comment

Comments

@jukkapee
Copy link

Hello,

I am using georinex to read mixed navigation files. The file has 31 ephemeris for Galileo E03, for all epochs there are both F/NAV and I/NAV message and these have different SISA. However, georinex does not read the FNAV message properly (or at all) because if you check the file for E03 and then what georinex reads, there should be also -1. values here:

E03:
<xarray.DataArray 'SISA' (time: 48)>
array([ nan,  nan,  nan,  nan,  nan,  nan,  nan,  nan, 3.12, 3.12, 3.12,
        nan,  nan,  nan,  nan,  nan,  nan,  nan, 3.12,  nan,  nan,  nan,
        nan,  nan, 3.12, 3.12, 3.12, 3.12, 3.12, 3.12, 3.12, 3.12,  nan,
        nan,  nan,  nan,  nan, 3.12, 3.12, 3.12,  nan,  nan,  nan,  nan,
        nan,  nan,  nan,  nan])
Coordinates:
    sv       <U5 'E03'
  * time     (time) datetime64[ns] 2022-05-30T23:30:00 ... 2022-05-31T07:30:00

This plot should have 31 points but there is only 15.

SISA_E03_STA200FIN_R_20221510000_01D_MN rnx

Attached are two example files that both show the same behavior.

STA100FIN_R_20221510600_01H_MN.zip

@mvillion
Copy link

mvillion commented Feb 8, 2024

Might be related to: #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants