-
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.
rinex crate: update to georust infrastructure (#105)
* rinex crate: update to georust infrastructure This library and associated toolkits were integrated into the georust community. Update all URL and crates io interfacing * crinex header formatting needs to be improved regarding this crate revision evolution * ublox crate maintenance issue * update to georust * add new science::geo lib category Signed-off-by: Guillaume W. Bres <[email protected]> --------- Signed-off-by: Guillaume W. Bres <[email protected]>
- Loading branch information
Showing
8 changed files
with
47 additions
and
33 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
name = "crx2rnx" | ||
version = "2.0.0" | ||
version = "2.1.0" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "RINEX data decompressor" | ||
homepage = "https://github.com/gwbres/rinex" | ||
homepage = "https://github.com/georust/rinex" | ||
keywords = ["rinex", "compression", "decompression", "crinex"] | ||
categories = ["science", "command-line-interface", "command-line-utilities"] | ||
categories = ["science", "science::geo", "command-line-interface", "command-line-utilities"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|
||
|
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,12 +1,13 @@ | ||
[package] | ||
name = "rinex-cli" | ||
version = "0.6.0" | ||
version = "0.8.0" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "Command line tool parse and analyze RINEX data" | ||
homepage = "https://github.com/gwbres/rinex" | ||
homepage = "https://github.com/georust/rinex" | ||
repository = "https://github.com/georust/rinex" | ||
keywords = ["rinex", "gps", "glonass", "galileo", "timing"] | ||
categories = ["science", "command-line-interface", "command-line-utilities"] | ||
categories = ["science", "science::geo", "command-line-interface", "command-line-utilities"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|
||
|
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,12 +1,13 @@ | ||
[package] | ||
name = "rinex" | ||
version = "0.9.0" | ||
version = "0.10.1" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "Package to parse and analyze RINEX data" | ||
homepage = "https://github.com/gwbres/rinex" | ||
homepage = "https://github.com/georust/rinex" | ||
repository = "https://github.com/georust/rinex" | ||
keywords = ["rinex", "timing", "gps", "glonass", "galileo"] | ||
categories = ["science", "parsing"] | ||
categories = ["science", "science::geo", "parsing"] | ||
edition = "2021" | ||
readme = "README.md" | ||
rust-version = "1.61" | ||
|
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,12 +1,13 @@ | ||
[package] | ||
name = "rnx2crx" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "RINEX data compressor" | ||
homepage = "https://github.com/gwbres/rinex" | ||
homepage = "https://github.com/georust/rinex" | ||
repository = "https://github.com/georust/rinex" | ||
keywords = ["rinex", "compression", "crinex"] | ||
categories = ["science", "command-line-interface", "command-line-utilities"] | ||
categories = ["science", "science::geo", "command-line-interface", "command-line-utilities"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|
||
|
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,13 +1,13 @@ | ||
[package] | ||
name = "sinex" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "Package to parse and analyze SINEX data" | ||
homepage = "https://github.com/gwbres/rinex/sinex" | ||
repository = "https://github.com/gwbres/rinex/sinex" | ||
homepage = "https://github.com/georust/rinex/sinex" | ||
repository = "https://github.com/georust/rinex/sinex" | ||
keywords = ["sinex", "timing", "gps", "glonass", "galileo"] | ||
categories = ["science", "parsing"] | ||
categories = ["science", "science::geo", "parsing"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|
||
|
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,12 +1,13 @@ | ||
[package] | ||
name = "ublox-rnx" | ||
version = "0.0.2" | ||
version = "0.1.0" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Guillaume W. Bres <[email protected]>"] | ||
description = "Efficient RINEX production from a Ublox GNSS receiver" | ||
homepage = "https://github.com/gwbres/rinex" | ||
homepage = "https://github.com/georust/rinex" | ||
repository = "https://github.com/georust/rinex" | ||
keywords = ["rinex", "gps", "glonass", "galileo", "timing"] | ||
categories = ["science", "command-line-interface", "command-line-utilities"] | ||
categories = ["science", "science::geo", "command-line-interface", "command-line-utilities"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|
||
|
@@ -15,7 +16,6 @@ chrono = "0.4" | |
serde = "1.0" | ||
serde_json = "1.0" | ||
serialport = "4.2.0" | ||
#ublox = "0.4.2" | ||
ublox = { git = "https://github.com/gwbres/ublox", branch = "gwbr/develop" } | ||
rinex = { path = "../rinex", features = ["serde"] } | ||
ublox = "0.4.2" | ||
rinex = { version = "0.10.1", features = ["serde"] } | ||
clap = { version = "3.2.22", features = ["yaml"] } |
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