Crates.io | sicd-rs |
lib.rs | sicd-rs |
version | 0.2.2 |
source | src |
created_at | 2023-09-02 00:42:00.509888 |
updated_at | 2024-04-23 01:17:39.738135 |
description | Crate to interact with SICD files. |
homepage | https://github.com/holmesv3/sicd-rs |
repository | |
max_upload_size | |
id | 961366 |
size | 1,045,088 |
A rust SICD file interface
// 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.