gis-tools 1.13.1

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
Documentation
1
2
3
4
5
6
7
8
9
/// Predicate in circle
pub mod incircle;
/// Predicate 2D orientation
pub mod orient2d;
/// Predicate tool utilities
mod util;

pub use incircle::*;
pub use orient2d::*;