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

Unexpected entry BDTWeek in Rinex3 for IRNSS/Navic (nav3.py) #89

Open
nifx opened this issue Aug 8, 2022 · 0 comments
Open

Unexpected entry BDTWeek in Rinex3 for IRNSS/Navic (nav3.py) #89

nifx opened this issue Aug 8, 2022 · 0 comments

Comments

@nifx
Copy link

nifx commented Aug 8, 2022

Evaluating an IRNSS/Navic Rinex 3 file returns a data list with entries including BDTweek (see nav3.py).

The current georinex implementation (nav3.py) looks like:

GPSWeek for sv_sys == 'G'
BDTWeek for sv_sys == 'C'
GPSWeek for sv_sys == 'J' -> this seems reasonable because of very similar time scale -> but formally wrong as QZSS has own timescale QZSST (change to something like QZSWeek ?)
GALWeek for sv_sys == 'E'
BDTWeek for sv_sys == 'I' -> should be something else, e.g. IRNWeek or NAVweek or similar

I would recommend to adjust the naming to be more accurate.

@nifx nifx changed the title Unexpected entry BDTweek in nac3.py for IRNSS/Navic Unexpected entry BDTWeek in nac3.py for IRNSS/Navic Aug 8, 2022
@nifx nifx changed the title Unexpected entry BDTWeek in nac3.py for IRNSS/Navic Unexpected entry BDTWeek in Rinex3 for IRNSS/Navic (nav3.py) Aug 8, 2022
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

1 participant