Cython wrapper to provide python interfaces to Proj
Description
Cython wrapper to provide python interfaces to Proj.
Performs cartographic transformations between geographic (Lat/Lon)
and map projection (x/y) coordinates. Can also transform directly
from one map projection coordinate system to another.
Coordinates can be given as numpy arrays, python arrays, lists or scalars.
Optimized for numpy arrays.