How to Install and Uninstall python39-pyproj Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "python39-pyproj" package
In this section, we are going to explain the necessary steps to install python39-pyproj on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-pyproj
Copied
2. Uninstall "python39-pyproj" package
Here is a brief guide to show you how to uninstall python39-pyproj on openSuSE Tumbleweed:
$
sudo zypper remove
python39-pyproj
Copied
3. Information about the python39-pyproj package on openSuSE Tumbleweed
Information for package python39-pyproj:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pyproj
Version : 3.6.1-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-pyproj-3.6.1-2.1.src
Upstream URL : https://github.com/pyproj4/pyproj
Summary : Python interface to PROJ library
Description :
Performs cartographic transformations and geodetic computations.
The Proj class can convert from geographic (longitude,latitude) to native map
projection (x,y) coordinates and vice versa, or from one map projection
coordinate system directly to another.
The Geod class can perform forward and inverse geodetic, or Great Circle,
computations. The forward computation involves determining latitude, longitude
and back azimuth of a terminus point given the latitude and longitude of an
initial point, plus azimuth and distance. The inverse computation involves
determining the forward and back azimuths and distance given the latitudes and
longitudes of an initial and terminus point.
Input coordinates can be given as python arrays, lists/tuples, scalars or
numpy/Numeric/numarray arrays. Optimized for objects that support the Python
buffer protocol (regular python and numpy array objects).
This project has a git repository https://github.com/pyproj4/pyproj
where you may access the most up-to-date source.
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pyproj
Version : 3.6.1-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-pyproj-3.6.1-2.1.src
Upstream URL : https://github.com/pyproj4/pyproj
Summary : Python interface to PROJ library
Description :
Performs cartographic transformations and geodetic computations.
The Proj class can convert from geographic (longitude,latitude) to native map
projection (x,y) coordinates and vice versa, or from one map projection
coordinate system directly to another.
The Geod class can perform forward and inverse geodetic, or Great Circle,
computations. The forward computation involves determining latitude, longitude
and back azimuth of a terminus point given the latitude and longitude of an
initial point, plus azimuth and distance. The inverse computation involves
determining the forward and back azimuths and distance given the latitudes and
longitudes of an initial and terminus point.
Input coordinates can be given as python arrays, lists/tuples, scalars or
numpy/Numeric/numarray arrays. Optimized for objects that support the Python
buffer protocol (regular python and numpy array objects).
This project has a git repository https://github.com/pyproj4/pyproj
where you may access the most up-to-date source.