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
/// Compression algorithms
pub mod compression;
/// Javascript Date like object
pub mod date;
/// Fetch tools
pub mod fetch;
/// Interpolation tools
pub mod interpolation;

pub use compression::*;
pub use date::*;
pub use fetch::*;
pub use interpolation::*;