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

Last updated: December 28,2024

1. Install "python310-Rtree" package

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

$ sudo zypper refresh $ sudo zypper install python310-Rtree

2. Uninstall "python310-Rtree" package

Learn how to uninstall python310-Rtree on openSuSE Tumbleweed:

$ sudo zypper remove python310-Rtree

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

Information for package python310-Rtree:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-Rtree
Version : 0.9.7-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 267.5 KiB
Installed : No
Status : not installed
Source package : python-Rtree-0.9.7-1.11.src
Upstream URL : https://github.com/Toblerity/rtree
Summary : R-Tree spatial index for Python GIS
Description :
A ctypes Python wrapper of libspatialindex that provides a number of advanced
spatial indexing features for the spatially curious Python user.
* Nearest neighbor search
* Intersection search
* Multi-dimensional indexes
* Clustered indexes (store Python pickles directly with index entries)
* Bulk loading
* Deletion
* Disk serialization
* Custom storage implementation (to implement spatial indexing in ZODB,
for example)