georinex
georinex copied to clipboard
Python RINEX 2 / 3 NAV / OBS / sp3 reader & batch convert to HDF5 with C-like speed
I want to load rinex file, do some modification and write it to a new rinex file. Does georinex has a dedicated function to output data to a rinex file?
I have read this code in below,but there seems like not support BDS https://github.com/geospace-code/georinex/blob/95ef1d8e7150f998a1b5a429090cadb429128648/src/georinex/plots_geo.py#L37
If you read the nav data using georinex and pass it to keplerian.py, the set comparison doesn't work because sv is a dataframe, not a string. I checked the test...
I have tried changing Nsvsys=62 as I thought this was the issue. No luck there. On closer inspection of the RINEX obs files, I see the ones with issues have...
1. Said Rinex file is the daily IGS multi-constellation broadcast ephemeris in rinex v3 format. File format is as follows: ``` 3.04 N: GNSS NAV DATA M: MIXED RINEX VERSION...
I think it'd be great if georinex can directly parse Android Raw measurements for pr/doppler/cp/cn0 logs, and Android navigation messages for ephemeris on supported phones. Many new mobile phones now...
I want to use keplerian2ecef to get satellite positions,however,it shows error" T0 = [datetime(1980, 1, 6) + timedelta(weeks=week) for week in weeks]. ValueError: cannot convert float NaN to intege" ```...
Parse DELTA-UTC header for A0, A1, T, W as optional attributes when loading nav2 files.