mappers 0.0.1

Pure Rust geographical projections library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# mappers

[![License](https://img.shields.io/github/license/ScaleWeather/mappers)](https://choosealicense.com/licenses/apache-2.0/)
[![Crates.io](https://img.shields.io/crates/v/mappers)](https://crates.io/crates/mappers)
[![dependency status](https://deps.rs/repo/github/ScaleWeather/mappers/status.svg)](https://deps.rs/repo/github/ScaleWeather/mappers)
[![docs.rs](https://img.shields.io/docsrs/mappers)](https://docs.rs/mappers)

Pure Rust geographical projections library. Similar to PROJ in basic functionality but allows for a safe multithreading.

Closely follows algorithms and instructions provided in: [Map projections: A working manual (John P. Snyder, 1987)](https://pubs.er.usgs.gov/publication/pp1395)

**This crate in very early stages of development. If you are interested in contributing do not hesitate to contact me on Github.**