How to Install and Uninstall python39-mercantile Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python39-mercantile" package

Please follow the step by step instructions below to install python39-mercantile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-mercantile

2. Uninstall "python39-mercantile" package

This guide covers the steps necessary to uninstall python39-mercantile on openSuSE Tumbleweed:

$ sudo zypper remove python39-mercantile

3. Information about the python39-mercantile package on openSuSE Tumbleweed

Information for package python39-mercantile:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-mercantile
Version : 1.2.1-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 91.6 KiB
Installed : No
Status : not installed
Source package : python-mercantile-1.2.1-1.10.src
Upstream URL : https://github.com/mapbox/mercantile
Summary : Spherical mercator tile and coordinate utilities
Description :
The mercantile module provides ul(xtile, ytile, zoom) and bounds(xtile, ytile, zoom)
functions that respectively return the upper left corner and bounding longitudes and
latitudes for XYZ tiles, a xy(lng, lat) function that returns spherical mercator
x and y coordinates, a tile(lng, lat, zoom) function that returns the tile containing
a given point, and quadkey conversion functions quadkey(xtile, ytile, zoom) and
quadkey_to_tile(quadkey) for translating between quadkey and tile coordinates.