An open API service indexing awesome lists of open source software.

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

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.