-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.txt
25 lines (16 loc) · 911 Bytes
/
index.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
==============================================================================
The Toblerity Project
==============================================================================
The Toblerity project is a http://github.com organization that contains a
number of related Python projects for manipulating, querying, and processing
geospatial geometry data.
Shapely_ is a Python wrapper for GEOS_ for algebraic manipulation of geometry.
Rtree_ is a Python wrapper for libspatialindex_ for fast spatial queries of geometry.
`zope.index.rtree`_ is a module that uses Rtree_ to provide spatial indexing to
ZODB3_
.. _Shapely: http://toblerity.github.com/shapely/
.. _Rtree: http://toblerity.github.com/rtree/
.. _`zope.index.rtree`: http://github.com/Toblerity/zope.index.rtree
.. _libspatialindex: http://libspatialindex.github.com
.. _ZODB3: http://www.zodb.org
.. _GEOS: http://trac.osgeo.org/geos/