Skip to content

adamjstewart/rtree

This branch is 5 commits ahead of, 12 commits behind Toblerity/rtree:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9dd17cf · Jan 6, 2025
Nov 25, 2024
Jan 4, 2025
Jul 10, 2024
Jan 6, 2025
Jul 13, 2024
Jan 6, 2025
Jan 19, 2024
Jul 9, 2024
Jul 13, 2024
Jul 10, 2024
Jul 10, 2024
Jul 10, 2024
Dec 12, 2006
Oct 15, 2023
Jan 19, 2024
Jan 19, 2024
Jul 10, 2024
Sep 3, 2024
Jul 9, 2024
Sep 3, 2024

Repository files navigation

Rtree: Spatial indexing for Python

Build 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.

About

Rtree: spatial index for Python GIS ¶

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.2%
  • CMake 4.5%
  • Other 1.3%