tp-lib-core 0.0.6

Core library for GNSS track axis projection with spatial indexing
Documentation
1
2
3
4
5
6
7
//! Projection engine for GNSS positions onto railway netelements

pub mod geom;
pub mod spatial;

pub use geom::{calculate_measure_along_linestring, project_point_onto_linestring};
pub use spatial::{find_nearest_netelement, NetworkIndex};