File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Rust package to parse and generate CGGTTS data.
8
8
[ ![ crates.io] ( https://docs.rs/cggtts/badge.svg )] ( https://docs.rs/cggtts/badge.svg )
9
9
[ ![ crates.io] ( https://img.shields.io/crates/d/cggtts.svg )] ( https://crates.io/crates/cggtts )
10
10
11
- CGGTTS is a file format designed to describe a local clock's behavior against GNSS constellations.
12
- Exchanging CGGTTS files then permits to compare two remote clocks to one another, this is called the called "Common View" Time Transfer
13
- technique.
11
+ CGGTTS is a file format designed to describe a local clock state compared to GNSS time systems.
12
+ Exchanging CGGTTS files allows comparison of remote clocks by means of common satellite clocks in sight.
13
+ This is called the "common view" time transfer technique.
14
14
15
15
CGGTTS is specified by the Bureau International des Poids & des Mesures (BIPM):
16
16
[ CGGTTS 2E specifications] ( https://www.bipm.org/documents/20126/52718503/G1-2015.pdf/f49995a3-970b-a6a5-9124-cc0568f85450 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cggtts-cli"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
license = " MIT OR Apache-2.0"
5
5
authors = [
" Guillaume W. Bres <[email protected] >" ]
6
6
description = " Command line tool parse and analyze CGGTTS data"
@@ -17,6 +17,6 @@ itertools = "0.11.0"
17
17
env_logger = " 0.10"
18
18
clap = { version = " 4.4.6" , features = [" derive" , " color" ] }
19
19
serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
20
- cggtts = { path = " ../cggtts" , version = " =4.1.2 " }
20
+ cggtts = { path = " ../cggtts" , version = " =4.1.3 " }
21
21
plotly = " 0.8.4"
22
22
# plotly = { git = "https://github.com/gwbres/plotly", branch = "density-mapbox" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cggtts"
3
- version = " 4.1.2 "
3
+ version = " 4.1.3 "
4
4
license = " MIT OR Apache-2.0"
5
5
authors = [
" Guillaume W. Bres <[email protected] >" ]
6
6
description = " Package to analyze and create CGGTTS data"
@@ -23,7 +23,7 @@ strum = "0.23.0"
23
23
itertools = " 0.11.0"
24
24
strum_macros = " 0.23.0"
25
25
gnss-rs = { version = " 2.1.1" , features = [" serde" ] }
26
- hifitime = { version = " 3.8.4 " , features = [" serde" , " std" ] }
26
+ hifitime = { version = " 3.9.0 " , features = [" serde" , " std" ] }
27
27
serde = { version = " 1.0" , optional = true , features = [" derive" ] }
28
28
29
29
# track scheduling
You can’t perform that action at this time.
0 commit comments