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
framework provides a useful abstraction on which to write unit test
fixtures and unit test cases. JTiger tools provide functionality
that is often desired in software unit testing environments. JTiger
development encourages Test Driven Development, though it doesn't
mandate it, and any unit testing software development technique
is sufficient.
WWW: http://www.jtiger.org
PR: ports/124209
Submitted by: Wen Heping <wenheping at gmail.com>
Currently it defines generic interfaces, provides simple main memory and
disk based storage managers and a robust implementation of an R*-tree, an
MVR-tree and a TPR-tree.
Supported Features:
* Generic main memory and disk based storage managers.
* R*-tree index (also supports linear and quadratic splitting).
* MVR-tree index (a.k.a. PPR-tree).
* TPR-tree index.
* Advanced query capabilities, using Strategy and Visitor patterns.
* Arbitrary shaped range queries, by defining generic geometry interfaces.
* Large parameterization capabilities, including dimensionality,
fill factor, node capacity, etc.
* STR packing / bulk loading.
WWW: http://trac.gispython.org/projects/SpatialIndex/wiki
PR: ports/124628
Submitted by: Wen Heping <wenheping at gmail.com>
It aims to provide a elegant Ajax webmail client for existing
IMAP mailservers, with less bloat and a focus on an intuitive,
simple user interface.
WWW: http://atmail.org/
PR: ports/124705
Submitted by: Wen heping <wenheping at gmail.com>
and standard PostgreSQL geometry types. It integrates with the psycopg
Python/PostgreSQL interface. It provides implementations of all of the
OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently
supports the EWKB, HEXEWKB, WKB, and WKT formats.
WWW: http://freshmeat.net/projects/geotypes/
PR: ports/124504
Submitted by: wenheping at gmail.com
Processing is an open source programming language and environment
for people who want to program images, animation, and interactions.
It is used by students, artists, designers, researchers, and hobbyists
for learning, prototyping, and production. It is created to teach
fundamentals of computer programming within a visual context and
to serve as a software sketchbook and professional production tool.
Processing is an alternative to proprietary software tools in the
same domain.
WWW: http://processing.org/
simple solution for using all kinds of Input Devices (KeyBoards,
Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback).
Written in C++ using Object Oriented Design patterns.
NOTE: this ports lacks joystick support. For now.
WWW: http://www.wreckedgames.com/
PR: ports/124711
Approved by: miwi (mentor)