ppc64le/linux/: rtree-1.4.1+ppc64le1 metadata and description
R-Tree spatial index for Python GIS
| author_email | Sean Gillies <[email protected]> |
| classifiers |
|
| description_content_type | text/markdown |
| dynamic | license-file |
| keywords | gis,spatial,index,r-tree |
| license_expression | MIT |
| license_file | LICENSE.txt |
| maintainer_email | Howard Butler <[email protected]>, Mike Taves <[email protected]> |
| metadata_version | 2.4 |
| project_urls |
|
| requires_python | >=3.9 |
| File | Tox results | History |
|---|---|---|
rtree-1.4.1+ppc64le1-cp312-cp312-manylinux_2_34_ppc64le.whl
|
|
Rtree: Spatial indexing for Python
Rtree is a ctypes Python wrapper of libspatialindex that provides a number of advanced spatial indexing features for the spatially curious Python user. These features include:
- 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)
Wheels are available for most major platforms, and rtree with bundled libspatialindex can be installed via pip:
pip install rtree
See changes for all versions.