versatiles_container 4.10.0

A toolbox for converting, checking and serving map tiles in various formats.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Container analysis: what a probe works out, as data rather than as output.
//!
//! [`probe_report`] returns a [`ProbeReport`]; rendering it is the caller's job.
//! [`sampling`] holds the scan-plan helpers a deep probe uses to read a
//! representative subset of a large pyramid.

mod report;
pub mod sampling;

pub use report::*;