Skip to content

Releases: geospace-code/georinex

optional psutil RAM check, better metadata

02 Nov 19:37
Compare
Choose a tag to compare
make psutil check_ram optional

vers

output NAV2/3 iono parameters, use updated pytest 3.9+ fixtures

31 Oct 16:21
Compare
Choose a tag to compare

Improved output of NAV 2/3 parameters, especially ionospheric parameters.

Corrected NAV test file spacing issues

Use Pytest ≥ 3.9 tmp_path fixture.

BUGFIX mangled NAV3 data, plot galileo NAV

03 Oct 16:41
Compare
Choose a tag to compare
  • BUGFIX #30 for irregular NAV3 data for Galileo
  • functionalize irregular NAV3 data handling/checking
  • plot galileo nav

Handle OBS2 mangled header/data times, dedupe

20 Sep 16:40
053ad4e
Compare
Choose a tag to compare

Fixes #29 mangled times in header and data. Dedupe time conversion for header

BUGFIX: NAV2 crash for irregular length (missing FitIntvl), improve GNSS location plots

02 Sep 04:02
7fb9cc0
Compare
Choose a tag to compare
  • allow NAV2 files to intermittently be missing the final field (e.g. GPS FitIntvl)
  • allow reading .nc files as well as RINEX for location plotting

Auto-allocate is smarter, reduced memory, auto-off

31 Aug 15:44
f3c27bf
Compare
Choose a tag to compare
  • Added pre-scan to autoallocation to reduce RAM usage by not always using absolute worst case.
  • added auto-off (fast=False) if autoallocation senses file has an unusual/non-standard format
  • dedupe code
  • add obs.fast_processing=1 or 0 to indicate file was processed with fast=True or False respectively.

Fast allocate OBS2

31 Aug 03:16
5fea654
Compare
Choose a tag to compare
  • fast=True default fast allocate based on file size and minimum SV=6 on average for OBS2
  • quick check to see if RAM exceeded in OBS2 reads

BUGFIX: missing header elements, minimal files, location plotter

30 Aug 22:12
0566ae7
Compare
Choose a tag to compare
  • BUGFIX: handle (avoid crashing on) RINEX 2/3 OBS/NAV files with extremely minimal headers and missing data sanely
  • optional location plotter, with optional output of geodetic GNSS receiver coordinates

Batch conversion, rigourous exceptions, more test coverage

28 Aug 18:40
Compare
Choose a tag to compare

make rnx2hdf5 its own program to make use more obvious, with rigorous cross-platform test coverage

Fix Hatanaka streaming for Windows, skip unlzw tests if not installed

28 Aug 15:07
Compare
Choose a tag to compare

Workaround for Python (including 3.7) subprocess bug on Windows that requires shell=True when using cwd=

allow missing unlzw by skipping those tests