sicd-rs 0.2.2

Crate to interact with SICD files.
Documentation

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.