Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,22 @@ clock = []
# ANTEX for accurate antenna characteristics: dedicated Iterators & methods.
antex = []

# BINEX RNX2BIN and BIN2RNX serdes
# RINEX2BIN serializer
binex = [
"dep:binex"
]

# RTCM RTCM2RNX and RNX2RTCM serdes
# RINEX2RTCM serializer
rtcm = [
"dep:rtcm-rs",
]

# RINEX to GNSS protos
# RINEX to GNSS binary protos serializer
protos = [
"dep:gnss-protos",
]

# RINEX to UBX serializer and UBX helpers
# RINEX to UBX serializer and other UBX helpers
ublox = [
"dep:ublox",
"dep:gnss-protos",
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ other RINEX-like formats have their own parser:
- [DORIS (special observations)](https://github.com/nav-solutions/doris)
- Many pre-processing algorithms including Filter Designer
- Several file operations: merging, splitting, time binning (batch)
- Several conversion methods (serdes operations)
- BINEX protocol (on `binex` feature)
- U-Blox protocol (on `ublox` feature)
- RTCM protocol (on `rtcm` feature)

## Warnings :warning:

Expand Down
281 changes: 0 additions & 281 deletions src/binex/bin2rnx.rs

This file was deleted.

Loading
Loading