sicd-rs

Crates.iosicd-rs
lib.rssicd-rs
version0.2.2
sourcesrc
created_at2023-09-02 00:42:00.509888
updated_at2024-04-23 01:17:39.738135
descriptionCrate to interact with SICD files.
homepagehttps://github.com/holmesv3/sicd-rs
repository
max_upload_size
id961366
size1,045,088
Vaughn (holmesv3)

documentation

README

sicd-rs

A rust SICD file interface

Example

// Read sicd and print metadata
let file = std::path::Path::new("../example.nitf");
let sicd = sicd_rs::read_sicd(file).unwrap();
println!("{:?}", sicd.meta);

If you have questions, would like to contribute, or would like to request something be added, please create an issue.

Commit count: 0

cargo fmt