Codebase list python-rtree / ac598982-ed89-4d92-aa00-8e18704d4084/main
ac598982-ed89-4d92-aa00-8e18704d4084/main

Tree @ac598982-ed89-4d92-aa00-8e18704d4084/main (Download .tar.gz)

Rtree
=====

![Build](https://github.com/Toblerity/rtree/workflows/Build/badge.svg)
[![PyPI version](https://badge.fury.io/py/Rtree.svg)](https://badge.fury.io/py/Rtree)

RTree is a Python package with bindings for [libspatialindex](https://github.com/libspatialindex/libspatialindex). Wheels are available for most major platforms, and `rtree` with bundled `libspatialindex` can be installed via pip:
```
pip install rtree
```