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

Last updated: November 08,2024

1. Install "python312-mercantile" package

Please follow the guidance below to install python312-mercantile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-mercantile

2. Uninstall "python312-mercantile" package

This is a short guide on how to uninstall python312-mercantile on openSuSE Tumbleweed:

$ sudo zypper remove python312-mercantile

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

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