georinex icon indicating copy to clipboard operation
georinex copied to clipboard

Python RINEX 2 / 3 NAV / OBS / sp3 reader & batch convert to HDF5 with C-like speed

Results 37 georinex issues
Sort by recently updated
recently updated
newest added

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...

1. RINEX OBS 2.11 2.11. File: kaza0150.22o. 3. Traceback (most recent call last): File "/Users/pietrovermicelli/Desktop/firstpythonproject/RINEX.py", line 5, in dat = gr.load("/Users/pietrovermicelli/SpacEarth Dropbox/SpacEarth Dropbox/calibrazione_TEC_pietrovermicelli/abpo0210.16o") File "/Users/pietrovermicelli/.local/share/virtualenvs/firstpythonproject-q2IRJTKJ/lib/python3.10/site-packages/georinex/base.py", line 67, in load return...

The RINEX 3 code was re-written following the general idea behind the fast RINEX 2 code, loading all of the values into a numpy array before converting to xarray at...

enhancement

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...

Hi! Is it possible convert a csv file to rnx format?

IGS has recently released rinex 4, so it might be interesting to see this feature in the future. 4.0 observations files are compatible with 3.0, but navigation files are not....

Unlike other rinex types, SP3 files are currently not opened with `georinex.rio.opener()`, which means compressed and file-handle inputs are not handled as expected. This PR fixes that inconsistency.

Hi! This PR replaces `unlzw3` and `unlzw` with `ncompress` for LZW decompression. Support for LZW compression and decompression was a bit lacking in Python, so I created a new [ncompress](https://github.com/valgur/ncompress)...

hi, on the observation file while performing ``` data=gr.load('~/data_MO.rnx')``` I get an error ``` ValueError Traceback (most recent call last) in () ----> 1 data=gr.load('~/data_MO.rnx') ~/anaconda3/lib/python3.6/site-packages/georinex/base.py in load(rinexfn, out, use,...

High-rate data are usually available as Hatanaka-compressed files: https://cddis.nasa.gov/archive/gnss/data/highrate/2020/288/20d/00/ As I decompress one of these files, turning it into a readable observation file (for instance, gamb288a00.20o), I get an error...

question
OBS