Rtree 0.7.0
R-Tree spatial index for Python GIS
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)
Documentation and Website
Requirements
- libspatialindex 1.7.0+.
Download
Development
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Rtree-0.7.0.tar.gz (md5) | Source | 2012-01-05 | 43KB | 371 | |
| Rtree-0.7.0.win32.exe (md5) | MS Windows installer | any | 2011-12-29 | 415KB | 118 |
- Author: Howard Butler
- Home Page: http://toblerity.github.com/rtree/
- Keywords: gis spatial index r-tree
- License: LGPL
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Operating System :: OS Independent
- Programming Language :: C
- Programming Language :: C++
- Programming Language :: Python
- Topic :: Database
- Topic :: Scientific/Engineering :: GIS
- Package Index Owner: seang, hobu
- Package Index Maintainer: hobu
- DOAP record: Rtree-0.7.0.xml
