https://github.com/larsnaesbye/sbf2rnx-dev
Preliminary work for a Septentrio to RINEX converter
https://github.com/larsnaesbye/sbf2rnx-dev
rinex rust rust-lang sbf septentrio
Last synced: 7 months ago
JSON representation
Preliminary work for a Septentrio to RINEX converter
- Host: GitHub
- URL: https://github.com/larsnaesbye/sbf2rnx-dev
- Owner: larsnaesbye
- License: apache-2.0
- Created: 2022-07-30T19:41:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T15:40:31.000Z (about 2 years ago)
- Last Synced: 2024-12-27T00:26:38.308Z (over 1 year ago)
- Topics: rinex, rust, rust-lang, sbf, septentrio
- Language: Rust
- Homepage:
- Size: 6.63 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache
Awesome Lists containing this project
README
# sbf2rnx
A fun little project to see if I can convert SBF (Septentrio) binary files to RINEX using Rust.
The format, though proprietary, is openly described in the Septentrio reference guide, e.g. page 244
on https://www.septentrio.com/system/files/support/asterx_sb_firmware_v4.8.4_reference_guide.pdf
Others have made parsers for it, e.g. here: https://github.com/asv-soft/asv-gnss/tree/main/src/Asv.Gnss/Parsers/SBF
or https://raw.githubusercontent.com/tomojitakasu/RTKLIB/master/src/rcv/septentrio.c
If it works, it might be turned into a plugin for the georust/rinex crate.