Hammock

Here's the code for the toy not-a-WFS I wrote about yesterday [browse]:

$ svn co http://icon.stoa.org/svn/pleiades/hammock/trunk hammock

Requires GeoJSON:

$ svn co http://svn.gispython.org/gispy/GeoJSON/trunk GeoJSON
$ chdir GeoJSON
$ python setup.py install

in addition to simplejson (needed by GeoJSON), elementtree, selector, and wsgiref (use setuptool's easy install script, or build from Cheeseshop tarballs).

Comments

Re: Hammock

Author: Christopher Schmidt

Also, GeoJSON has a simplejson dependency, looks like.

Re: Hammock

Author: Sean

Oh, yeah. Thanks, Christopher, correction made.