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

Last updated: July 02,2024

1. Install "python311-mercantile" package

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

$ sudo zypper refresh $ sudo zypper install python311-mercantile

2. Uninstall "python311-mercantile" package

Please follow the instructions below to uninstall python311-mercantile on openSuSE Tumbleweed:

$ sudo zypper remove python311-mercantile

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

Information for package python311-mercantile:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-mercantile
Version : 1.2.1-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 111.5 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.