Skip to main content

tp_lib_core/
projection.rs

1//! Projection engine for GNSS positions onto railway netelements
2
3pub mod geom;
4pub mod spatial;
5
6pub use geom::{calculate_measure_along_linestring, project_point_onto_linestring};
7pub use spatial::{find_nearest_netelement, NetworkIndex};