Tempest
The goal of Tempest is to provide a a consistent, reliable, multi-language API for generating heat-map images based on coordinate data-sets. more…
Tempest consists of separate implementations in multiple programming languages (currently Perl, PHP, and Python) all conforming to a unified API specification. Each implementation can alternatively support any number of different image manipulation libraries such as GD, ImageMagick, and/or PIL.
core
API and implementation specifications, algorithm documentation, et cetera.
-
Cloning this repository:
git clone git://gitorious.org/tempest/core.git core cd core
Add this repository as a remote to an existing local repository:
git remote add core git://gitorious.org/tempest/core.git git fetch core git checkout -b my-local-tracking-branch core/master_or_other_branch
tempest-php
PHP5 implementation of Tempest
-
Cloning this repository:
git clone git://gitorious.org/tempest/tempest-php.git tempest-php cd tempest-php
Add this repository as a remote to an existing local repository:
git remote add tempest-php git://gitorious.org/tempest/tempest-php.git git fetch tempest-php git checkout -b my-local-tracking-branch tempest-php/master_or_other_branch
tempest-python
Python 2 implementation of Tempest
-
Cloning this repository:
git clone git://gitorious.org/tempest/tempest-python.git tempest-python cd tempest-python
Add this repository as a remote to an existing local repository:
git remote add tempest-python git://gitorious.org/tempest/tempest-python.git git fetch tempest-python git checkout -b my-local-tracking-branch tempest-python/master_or_other_branch
tempest-perl
Perl 5 implementation of Tempest
-
Cloning this repository:
git clone git://gitorious.org/tempest/tempest-perl.git tempest-perl cd tempest-perl
Add this repository as a remote to an existing local repository:
git remote add tempest-perl git://gitorious.org/tempest/tempest-perl.git git fetch tempest-perl git checkout -b my-local-tracking-branch tempest-perl/master_or_other_branch
Activities 
-
Monday September 27 2010
-
Push
03:15
Evan Kaufman pushed 2 commits to tempest/tempest-python:master
master changed from 2261eff to 172ae15

-
Commit
03:14
-
Push
02:55
-
Commit
02:54
-
Push
02:32
-
-
Sunday September 26 2010
-
Push
20:06
-
Commit
19:54
-
-
Wednesday July 21 2010
-
Repository
21:43
Evan Kaufman added tempest-developers as collaborator to tempest/tempest-perl
-
Repository
21:43
Evan Kaufman added tempest-developers as collaborator to tempest/tempest-python
-
Repository
21:43
Evan Kaufman added tempest-developers as collaborator to tempest/tempest-php
-
Repository
21:42
Evan Kaufman added tempest-developers as collaborator to tempest/core
-

