Releases: nav-solutions/ubx2rinex
v0.3.0
v0.2.0
- 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
--sbaswill generate an SBAS only file. - Fixed incapacity to correctly define Observables (physics) and multi band signal. For example
--l1 --l5for L1+L5 - Partially fixed L>1 band physics
What's Changed
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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
- Develop by @gwbres in #5
- Progress towards observation sampling by @gwbres in #6
- Develop by @gwbres in #7
- Develop by @gwbres in #8
- Develop by @gwbres in #9
- Develop by @gwbres in #10
- Update to new ublox by @gwbres in #11
- Develop by @gwbres in #12
- NAV formatting by @gwbres in #13
- Fix ublox error by @gwbres in #14
- Update to latest hifitime by @gwbres in #15
- Develop by @gwbres in #16
- update.. by @gwbres in #17
- Update libs by @gwbres in #18
- Update by @gwbres in #19
- update rinex by @gwbres in #20
- Update URL by @gwbres in #22
- Provide read-only interface, for file input by @gwbres in #23
Full Changelog: v0.0.2...v0.1.0