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 along;
mod clean;
mod intersections;
mod length;
mod point_on_line;
mod point_to_line_distance;
mod to_lines;

pub use along::*;
pub use clean::*;
pub use intersections::*;
pub use length::*;
pub use point_on_line::*;
pub use point_to_line_distance::*;
pub use to_lines::*;