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
//! Plate Carrée footprint map with Natural Earth coastlines.

mod land;
mod raster;
mod render;

pub use render::render_footprint_map;