Skip to content

Commit aca3615

Browse files
Copilotjbrodovsky
andcommitted
Add HDF5 read/write support for TestDataRecord and NavigationResult
Co-authored-by: jbrodovsky <57160841+jbrodovsky@users.noreply.github.com>
1 parent bc13a56 commit aca3615

3 files changed

Lines changed: 711 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 111 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ serde_yaml = "0.9"
3939
toml = "0.7"
4040
clap = { version = "4.0", features = ["derive"], optional = true }
4141
log = "0.4"
42+
hdf5 = { package = "hdf5-metno", version = "0.11" }
4243

4344
[dev-dependencies]
4445
assert_approx_eq = "1.1.0"

0 commit comments

Comments
 (0)