rtree

R-Tree spatial index for Python GIS

31 个版本 Python >=3.9
安装
pip install rtree
poetry add rtree
pipenv install rtree
conda install rtree
描述

Rtree: Spatial indexing for Python

Test PyPI version

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.

版本列表
1.4.1 2025-08-13
1.4.0 2025-03-05
1.4.1b3 2025-08-11
1.4.1b2 2025-08-11
1.3.0 2024-07-10
1.2.0 2024-01-19
1.1.0 2023-10-16
1.0.1 2022-10-11
1.0.0 2022-04-04
0.9.7 2020-12-24
0.9.6 2020-12-22
0.9.5 2020-12-18
0.9.4 2020-02-11
0.9.3 2019-12-10
0.9.2 2019-12-09
0.9.1 2019-11-26
0.9.0 2019-11-25
0.8.3 2016-12-14
0.8.2 2014-11-18
0.8.1 2014-11-03
0.8.0 2014-07-17
0.7.0 2012-01-05
0.6.0 2010-04-13
0.5.0 2009-08-06
0.4.3 2009-06-05
0.4.2 2009-05-28
0.4.1 2009-05-28
0.4 2008-01-24
0.3.0 2007-11-26
0.2.0 2007-05-18
0.1.0 2007-04-13