routee-compass-core 0.19.2

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
1
2
3
4
5
6
7
mod coord;
pub mod geo_io_utils;
pub mod haversine;
mod polygonal_rtree;

pub use coord::InternalCoord;
pub use polygonal_rtree::PolygonalRTree;