[][src]Crate proj

proj provides bindings to the PROJ, v6.2.x API

Two coordinate operations are currently provided: projection (and inverse projection) and conversion. Projection is intended for transforming between geodetic and projected coordinates, and vice versa (inverse projection), while conversion is intended for transforming between projected coordinate systems. The PROJ.4 documentation explains the distinction between these operations.

Structs

Area

The bounding box of an area of use

Proj

A PROJ instance