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
/// Collection of EPSG codes and their WKT definitions
#[rustfmt::skip]
#[rust_analyzer::skip]
#[allow(dead_code, unused_imports, clippy::all)]
pub mod epsg;

pub use epsg::*;