eliminating numpy.genfromtxt() in nav2.py and obs2.py brought further substantial speed increase. Opens door for future JIT, MyPy, etc. Default is now NOT verbose due to speed of reading. Use -v to show updates, plots
Python RINEX 2/3 NAV/OBS reader / batch conversion to HDF5 with C-like speed using xarra
added header mandatory fields sanity check simplified and sped up single-system RINEX 3 reading (pic...
For OBS2 and OBS3 files, added ability to read by time interval. That is, ready only every say 5 or ...
File that took one minute to read now takes only 5 seconds. This accomplished by using 3-D Numpy arr...
Significant overhauling, deduplicating, robustness improvement for RINEX and CRINEX reading. Particu...
Enable > 15% speedup by not reading OBS2 file twice to preallocate, default gr.load(..., fast=True
Add time reading from NAV files TimeRinex Add several tests for handling of large NAV files Add "use...
greatly improve reading/conversion speed and memory usage by replacing Pandas NDPanel with xarray.Da...
Improved multi-system RINEX 3 NAV files (Beidou, GNSS, GLONASS, Galileo, QZSS, SBAS) Increased test ...
file globbing (input multiple files) read only data (nav, obs) specified by --tlim tolerate mangled ...
Made RINEX3 NAV reading for irregularly formatted files more robust. Auto-read GZIP files as well as...
convenience function readrinex() handles OBS,NAV for RINEX 2 and 3. added Python >= 3.5 type hintin
allow NAV2 files to intermittently be missing the final field (e.g. GPS FitIntvl) allow reading .nc ...
Python RINEX 2/3 NAV/OBS reader / batch conversion to HDF5 with C-like speed using xarra
RINEX 3 and RINEX 2 reader and batch conversion to NetCDF4 / HDF5 in Python or Matlab. Batch convert...
Python RINEX 2/3 NAV/OBS reader / batch conversion to HDF5 with C-like speed using xarra
added header mandatory fields sanity check simplified and sped up single-system RINEX 3 reading (pic...
For OBS2 and OBS3 files, added ability to read by time interval. That is, ready only every say 5 or ...
File that took one minute to read now takes only 5 seconds. This accomplished by using 3-D Numpy arr...
Significant overhauling, deduplicating, robustness improvement for RINEX and CRINEX reading. Particu...
Enable > 15% speedup by not reading OBS2 file twice to preallocate, default gr.load(..., fast=True
Add time reading from NAV files TimeRinex Add several tests for handling of large NAV files Add "use...
greatly improve reading/conversion speed and memory usage by replacing Pandas NDPanel with xarray.Da...
Improved multi-system RINEX 3 NAV files (Beidou, GNSS, GLONASS, Galileo, QZSS, SBAS) Increased test ...
file globbing (input multiple files) read only data (nav, obs) specified by --tlim tolerate mangled ...
Made RINEX3 NAV reading for irregularly formatted files more robust. Auto-read GZIP files as well as...
convenience function readrinex() handles OBS,NAV for RINEX 2 and 3. added Python >= 3.5 type hintin
allow NAV2 files to intermittently be missing the final field (e.g. GPS FitIntvl) allow reading .nc ...
Python RINEX 2/3 NAV/OBS reader / batch conversion to HDF5 with C-like speed using xarra
RINEX 3 and RINEX 2 reader and batch conversion to NetCDF4 / HDF5 in Python or Matlab. Batch convert...
Python RINEX 2/3 NAV/OBS reader / batch conversion to HDF5 with C-like speed using xarra
added header mandatory fields sanity check simplified and sped up single-system RINEX 3 reading (pic...
For OBS2 and OBS3 files, added ability to read by time interval. That is, ready only every say 5 or ...