georinex
georinex copied to clipboard
Python RINEX 2 / 3 NAV / OBS / sp3 reader & batch convert to HDF5 with C-like speed
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)....
Dear Michael, I am looking into speeding up the RINEX3 processing. While reading the code, I saw that the header information handling is done quite confusing. I thought of an...
A placeholder--may at least make this an optional `obs3_fast` module
1. The RINEX file is this one: https://rnl.ae.utexas.edu/texcup/2019May09-rover/asterx4/SEPT1291.19O (9M) 2. traceback for the code gr.load(SEPTENTRIO_ASTERX4_DATA) --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in ----> 1 OBSERVABLES = gr.load(SEPTENTRIO_ASTERX4_DATA) 2 #OBSERVABLES...
Hello, I am trying to parse a recent Galileo file: ftp://ftp.cddis.eosdis.nasa.gov/pub/gnss/data/daily/2020/182/20l/tlsg1820.20l.Z As it contains both F/NAV 0x102 (258) and I/NAV 0x205 (517) messages, current nav2.py rejects all messages. Adding a...
Dear scivision, I ran a profiler on georinex (why did you change the name), while reading a 24h@30s Multi-GNSS Rinex 3 (LEICA GR25) file and found that the xarray.merge is...
Hello Michael, I am trying to load measurements from a single GNSS system with the 'use' argument. The Dataset returned after the load does not contain any data variables `dat...
Well, after to read a lot, I could not find something that allows me to restrict the measures by provide a range of two dates. The reason to do that,...
I am trying to read a .o file with gr.read(), but it cost me very long time >10m, can any one helps me? [ista3090.18o.gz](https://github.com/scivision/georinex/files/2557167/ista3090.18o.gz)
Hi! First of all, thank you very much for this great tool. I am already using it from my python scripts but I am not able to use the CLI...