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

GeoRinex Python strange behaviour on a NAV RINEX v3.03 #72

Open
GC1102 opened this issue Dec 29, 2020 · 1 comment
Open

GeoRinex Python strange behaviour on a NAV RINEX v3.03 #72

GC1102 opened this issue Dec 29, 2020 · 1 comment

Comments

@GC1102
Copy link

GC1102 commented Dec 29, 2020

Hi,
I've found your library on Git and it's great. I've been using it for few projects I have and all is ok, but the attached RINEX file (NAV data).
All data are set to nan.

MAT100ITA_R_20203360000_01H_MN.zip

Is there any trick to use for it?

Cheers,
Gianni

@scivision
Copy link
Member

can you try it with the current "main" branch of georinex? This issue may be resolved. In general there are a lot of nan, as any time or variable not assigned for the given SV is NaN.

For me this file is not all NaN.

Example:

>>> nav = georinex.load("MAT100ITA_R_20203360000_01H_MN.zip")

>>> nav["Crs"].isnull().all()

array(False)
G10 = nav.sel(sv="G10").dropna(how="all", dim="time")
(Pdb) G10
<xarray.Dataset>
Dimensions:           (time: 2)

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

No branches or pull requests

2 participants