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).

Categories: Web Python The Lab

del.icio.us

Comments

Re: Hammock

2007-04-12T03:02:00Z

Also, GeoJSON has a simplejson dependency, looks like.
By: Christopher Schmidt

Re: Hammock

2007-04-12T03:12:40Z

Oh, yeah. Thanks, Christopher, correction made.
By: Sean

Comments are closed after 13 days.