Skip to content

Commit 1c737d8

Browse files
authored
Unified qc traits (#292)
* Unified Qc traits Signed-off-by: Guillaume W. Bres <[email protected]> --------- Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 9a33d9d commit 1c737d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+86
-1812
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ resolver = "2"
44
members = [
55
"binex",
66
"crx2rnx",
7-
"qc-traits",
87
"rinex",
98
"rinex-qc",
109
"rinex-cli",

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ to get started quickly. The examples span pretty much everything our application
6262
* [`rnx2crx`](rnx2crx/) is a RINEX compressor (RINEX to Compact RINEX)
6363
* [`crx2rnx`](crx2rnx/) is a CRINEX decompresor (Compact RINEX to RINEX)
6464
* [`rinex-qc`](rinex-qc/) is a library dedicated to RINEX files analysis
65-
* [`qc-traits`](qc-traits/) declares Traits that are shared between `rinex` and `rinex-qc`
6665
* [`sinex`](sinex/) SNX dedicated core library
6766
* [`ublox-rnx`](ublox-rnx/) is an application to generate RINEX files from Ublox receivers.
6867
This application is currently work in progress

crx2rnx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ readme = "README.md"
1212

1313
[dependencies]
1414
clap = { version = "4.4.13", features = ["derive", "color"] }
15-
rinex = { path = "../rinex", version = "=0.17.0-alpha-1", features = ["serde"] }
15+
rinex = { path = "../rinex", version = "=0.17.0-alpha-2", features = ["serde"] }

qc-traits/Cargo.toml

-30
This file was deleted.

qc-traits/README.md

-15
This file was deleted.

qc-traits/src/lib.rs

-10
This file was deleted.

qc-traits/src/merge.rs

-35
This file was deleted.

qc-traits/src/processing/averaging.rs

-43
This file was deleted.

qc-traits/src/processing/decim.rs

-96
This file was deleted.

qc-traits/src/processing/derivative.rs

-38
This file was deleted.

0 commit comments

Comments
 (0)