From bd02f8692862d452c8afbb956d1a98630283b1ff Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 20 Jun 2008 16:53:25 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') 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 -- cgit v1.2.3