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
/// Planetary constants
pub mod planets;
/// Satellite propagation tools
pub mod propagation;
/// Satellite propagation
pub mod sat;
/// Utility functions
pub mod util;

pub use planets::*;
pub use sat::*;