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
10
11
12
13
14
15
mod area;
mod clean;
mod dekink;
mod inside;
mod intersections;
mod path_builder;
mod union;

pub use area::*;
pub use clean::*;
pub use dekink::*;
pub use inside::*;
pub use intersections::*;
pub use path_builder::*;
pub use union::*;