python3-pyproj

Python 3 interface to PROJ library
  https://github.com/pyproj4/pyproj
  0
  no reviews



PROJ performs cartographic transformations between geographic (lat/lon) and map projection (x/y) coordinates. It can also transform directly from one map projection coordinate system to another.

This is a Python 3 binding to PROJ, it can receive coordinates as numpy arrays, Python arrays, lists or scalars. This module is optimized for numpy arrays.