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 average;
mod bearing;
mod center;
mod clamp;
mod destination;
mod nearest;
mod to_points;

pub use average::*;
pub use bearing::*;
pub use center::*;
pub use clamp::*;
pub use destination::*;
pub use nearest::*;
pub use to_points::*;