-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* plot brdc clock corrections * take sp3 into account in clock state too * bump rtk to v0.4.0 * run linter * bump cggtts to v4.1.0 * antex: defining support of ATX files * differentiate between SV and RX antennas * correct possible reference antenna * improved PCV description and API * introduce dedicated browsing and data extraction methods by means of a dedicated crate features * ignore patch files * improved rtk and positioning definitions * high level atx methods * working on apc coordinates * remove rinex from crate dependencies * calibration validity parsing * test new features * prepare rinex 0.15.2 * clippy * linter * Introduce Channel Number Pseudo Observable * although we do not propose functionnalities tied to this Pseudo Observable, this will allow tolerating their presence and not crash * run linter * RINEX3: IONOSPHERIC CORR header support * support the special header, in RINEX3 to describe the ionospheric correction to apply over a 24H time frame * advanced in iono corr visualization * iono corr visualization solution * post processing -p: fix default configuration to be used * post processing -p: possible ionod correction (RINEX3) case * simplify code combinations * update documentation * add new test resource --------- Signed-off-by: Guillaume W. Bres <[email protected]>
- Loading branch information
Showing
56 changed files
with
1,714 additions
and
1,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ Cargo.lock | |
*.html | ||
*.swp | ||
*.swo | ||
*.patch | ||
**/*.rs.bk | ||
.DS_Store | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "crx2rnx" | ||
version = "2.2.0" | ||
version = "2.2.1" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "RINEX data decompressor" | ||
|
@@ -12,4 +12,4 @@ readme = "README.md" | |
|
||
[dependencies] | ||
clap = { version = "4.4.10", features = ["derive", "color"] } | ||
rinex = { path = "../rinex", version = "=0.15.1", features = ["serde"] } | ||
rinex = { path = "../rinex", version = "=0.15.2", features = ["serde"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.