Ryan did an example of something like this in the past, you can see the
result at
http://ryanlee.org/2008/03/rsy/rivalry.html
Not sure this is enough but might get you started.
--
Stefano Mazzocchi Application Catalyst
Metaweb Technologies, Inc. ste...@metaweb.com
-------------------------------------------------------------------
************************************************** John Callahan Geospatial Application Developer Delaware Geological Survey, University of Delaware 227 Academy St, Newark DE 19716-7501 Tel: (302) 831-3584 Email: john.c...@udel.edu http://www.dgs.udel.edu **************************************************
http://ryanlee.org/2009/02/obirh.html
which is a display of Online Bank Interest Rate history pulled from
somebody else's Google Docs spreadsheet. I think you'll have to
normalize your data stream(s) one way or another; it's quite possible
CSV->JSON is the least painful. Anything else currently involves
writing Exhibit / Timeplot code.
--
Ryan Lee rya...@csail.mit.edu
MIT CSAIL Research Staff http://simile.mit.edu/
http://people.csail.mit.edu/ryanlee/
Thanks for your willingness to help out, it's always great to find
another participant. So user CPU costs less than bandwidth? :)
I'll preface the following with this: you should write whatever code you
find satisfies your itch.
I'm all for expanding the reach of Exhibit for making Exhibit-ors' lives
easier, but the conversion efforts to date have taken place outside of
Exhibit. For instance,
http://simile.mit.edu/wiki/Exhibit/How_to_make_a_publications_exhibit
details how to use a BibTeX file as a data source by way of SIMILE's
Babel service (which also does tab-separated values, though I don't know
if there's a built-in to Exhibit for that format).
What I had in mind was some way of tying Exhibit JSON to Timeplot CSV -
maybe adding a third alternative to the Timeplot/Exhibit extension to
index into a Timeplot CSV file(s?), by columns and/or coodinates, or
something similar.
If that doesn't sound at all interesting, I would advise using a form
that mimics the Google Spreadsheet formatting for Exhibit, described here:
From a much higher level view, one of the side effects Exhibit has is
making data accessible. By placing conversion code inside Exhibit
itself, it makes it harder to reuse that data in the same way it was
intended to be read as that intention now resides in code, separate from
data. There are obviously architectural ways around that (Babel-like
services), but I appreciate that Exhibit is closely associated with
JSON. I'd be interested to hear what other developers think.
But again: scratch your itch :)
--
Ryan Lee rya...@csail.mit.edu