spatio 0.3.6

A high-performance, embedded spatio-temporal database for modern applications
Documentation
1
2
3
4
5
6
7
8
pub mod algorithms;
pub use algorithms::{
    DistanceMetric, bounding_box, bounding_rect_for_points, convex_hull, distance_between,
    expand_bbox, geodesic_polygon_area, knn, point_in_polygon, polygon_area,
};

pub mod rtree;
pub use rtree::{BBoxQuery, CylinderQuery, SpatialIndexManager};