Skip to content

Commit 0ac81cf

Browse files
authored
Merge pull request #41 from nav-solutions/release
Remove embed-ephem option
2 parents ab5bd3f + 46095bc commit 0ac81cf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sp3"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
66
description = "IGS SP3 file parser"
@@ -53,7 +53,7 @@ nyx-space = [
5353
thiserror = "2"
5454
itertools = "0.14"
5555
log = { version = "0.4", optional = true }
56-
anise = { version = "0.5.3", optional = true, features = ["embed_ephem"] }
56+
anise = { version = "0.5.3", optional = true }
5757
gnss-rs = { version = "2.4", features = ["serde"] }
5858
gnss-qc-traits = { version = "0.4.0", optional = true }
5959
hifitime = { version = "4.1", features = ["serde", "std"] }
@@ -64,3 +64,4 @@ serde = { version = "1.0", optional = true, default-features = false, features =
6464

6565
[dev-dependencies]
6666
env_logger = "0.11"
67+
anise = { version = "0.5.3", features = ["embed_ephem"] }

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ This library comes with a few features
117117

118118
- `flate2` will enable direct support of Gzip compressed SP3 files
119119
- `serde` will unlock internal structure serdes ops
120-
- `anise` feature will unlock Elevation and Azimuth attitudes (heaviest dependency).
121-
- `qc` option will unlock basic file management options like Merge(A, B) or Split (timewise)
120+
- `anise` unlocks ANISE bridge, elevation, azimuth and orbital features (heavy)
121+
- `nyx` unlocks spatial prediction features (heavy++)
122+
- `qc` unlocks basic file management options like Merge(A, B) or Split (timewise)
122123
- `processing` relies on `qc` and unlocks file preprocessing, like resampling and data masking
123124
- interpolation methods are proposed by default (they do not involve other dependencies)
124125

0 commit comments

Comments
 (0)