How to Install python-pyproj in Ubuntu 18.04



Install python-pyproj by entering the following commands in the terminal:

sudo apt update
sudo apt install python-pyproj

Description:

Python interface to PROJ.4 library

PROJ.4 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 binding to PROJ.4, it can receive coordinates as numpy arrays, Python arrays, lists or scalars. This module is optimized for numpy arrays.

Homepage: https://github.com/jswhit/pyproj

Version: 1.9.5.1-3build1

Section: universe/python