https://github.com/rtk-rs/bin2rinex
RINEX to BINEX command line utility
https://github.com/rtk-rs/bin2rinex
Last synced: 4 months ago
JSON representation
RINEX to BINEX command line utility
- Host: GitHub
- URL: https://github.com/rtk-rs/bin2rinex
- Owner: rtk-rs
- License: mpl-2.0
- Created: 2025-02-18T20:00:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:51:46.000Z (9 months ago)
- Last Synced: 2025-05-30T23:16:51.546Z (5 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BIN2RINEX
=========
[](https://github.com/rtk-rs/rnx2crx/actions/workflows/rust.yml)
[](https://github.com/rtk-rs/rnx2crx/actions/workflows/daily.yml)
[](https://crates.io/crates/bin2rinex)
[](https://github.com/rtk-rs/bin2rinex/blob/main/LICENSE)
`bin2rinex` is a small command line utility to deserialize a BINEX stream.
This is more than a deserialization tool, it is a true RINEX (readable BINEX) collection,
capable of gathering each BINEX frame into standardized RINEX.
BINEX is the only open-source protocol to describe GNSS navigation frames from a GNSS receiver.
It is the binary ""equivalent"" of the RINEX format. Read the following pages for more information about:
- [the BINEX streaming format](https://github.com/georust/rinex/tree/main/binex)
- [the RINEX format](https://github.com/georust/rinex/tree/main/binex)
:warning: this tool is work in progress
## Licensing
This application is part of the [RTK-rs framework](https://github.com/rtk-rs) which
is delivered under the [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license.