tp-lib-core 0.0.6

Core library for GNSS track axis projection with spatial indexing
Documentation
1
2
3
4
5
6
7
8
//! Coordinate Reference System transformations

pub mod transform;

pub use transform::CrsTransformer;

#[cfg(test)]
mod tests;