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

Last updated: November 23,2024

1. Install "python38-Rtree" package

Please follow the step by step instructions below to install python38-Rtree on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Rtree

2. Uninstall "python38-Rtree" package

This guide covers the steps necessary to uninstall python38-Rtree on openSuSE Tumbleweed:

$ sudo zypper remove python38-Rtree

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

Information for package python38-Rtree:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Rtree
Version : 0.9.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 282,6 KiB
Installed : No
Status : not installed
Source package : python-Rtree-0.9.7-1.2.src
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)