diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-21 00:53:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-21 00:53:25 +0800 |
commit | 1f917e5b9b2ea5cc6387a6a066eb91bf90e217b4 (patch) | |
tree | edd530aa5aa1c779972df060704ea76d2c5e70ed /devel/Makefile | |
parent | 3a71f03a74fe29f1dcd8c127fcf31a850843736c (diff) | |
download | freebsd-ports-gnome-1f917e5b9b2ea5cc6387a6a066eb91bf90e217b4.tar.gz freebsd-ports-gnome-1f917e5b9b2ea5cc6387a6a066eb91bf90e217b4.tar.zst freebsd-ports-gnome-1f917e5b9b2ea5cc6387a6a066eb91bf90e217b4.zip |
py-rtree is R-Tree spatial index for Python GIS. Whether for in-memory feature
stores, Plone content, or whatever -- py-rtree is an index to speed up the
search for objects that intersect with a spatial bounding box.
WWW: http://trac.gispython.org/projects/PCL/wiki/Rtree
PR: ports/124640
Submitted by: wenheping at gmail.com
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bbe3e5b0ec9b..56119c12c378 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2131,6 +2131,7 @@ SUBDIR += py-rlcompleter2 SUBDIR += py-ro SUBDIR += py-roxlib + SUBDIR += py-rtree SUBDIR += py-ruledispatch SUBDIR += py-sendfile SUBDIR += py-setuptools |