copernicus_viewer 0.2.0

GUI viewer and library for inspecting and comparing EOPF Zarr products from the Copernicus ecosystem
1
2
3
4
5
6
7
8
9
//! Sentinel-3 SAFE product support mapped to EOPF-like hierarchy.

mod io;
mod manifest;
mod mapping;
mod product_type;
mod store;

pub use store::{SafeStore, is_safe_product_dir};