Skip to content

Releases: nav-solutions/ubx2rinex

v0.3.0

06 Sep 14:46
24cc5cd

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

05 Sep 12:38
0b05c3c

Choose a tag to compare

  • Fixes SBAS PRN# identification
  • Improved CLI documentation/help menu
  • Receiver model customization
  • Receiver antenna model customization
  • U-Blox proto version as possible HEADER comment
  • U-Blox hardware revision as possible HEADER comment
  • Possible User custom comment (can be lengthy)
  • U-Blox firmware version
  • Corrected GNSS/System definition in the header. For example --sbas will generate an SBAS only file.
  • Fixed incapacity to correctly define Observables (physics) and multi band signal. For example --l1 --l5 for L1+L5
  • Partially fixed L>1 band physics

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Sep 10:26
16df035

Choose a tag to compare

New possibility to operate this application from UBX files (dumped snapshot) instead
of a real-time workflow, connected to a U-Blox receiver.

Capacity to load N UBX files for real world applications. Because many snapshots may be
required to perform a task.

Possibility to load gzip compressed UBX files natively. It is possible to load a mix
of Gzip and plain UBX files.

RAWXM-RAWX is disabled in case we're not interested in collecting OBS RINEX.
This maximizes the receiver messaging capacity at all times.

RAWXM-SFRBX is introduced and truly enables the collection of NAV RINEX files.

TODO

Confirm that the UBX file interface, which does not prioritize the file descriptors,
is indeed sufficient to redact valid/correct RINEX.

What's Changed

Full Changelog: v0.0.2...v0.1.0