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

Last updated: July 01,2024

1. Install "python310-mercantile" package

Please follow the guidelines below to install python310-mercantile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-mercantile

2. Uninstall "python310-mercantile" package

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

$ sudo zypper remove python310-mercantile

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

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