Hammock
2007-04-11T22:43:01Z | Comments: 2
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).
