A data language, made to plot data over a map of the Earth. Could be used for other stuff I guess.
Looks like:
int width(1024); int height(512); display d(width.get, height.get); jpeg j("/project/OSPS/dev/workspace/OSPS/src/data_viewer/earthmap4k.jpg"); image i(d.width, d.height, d.minlat, d.maxlat, d.minlon, d.maxlon, j.get); screen s(d.width, d.height); s.add(i.x, i.y, i.r, i.g, i.b, infinite(255)); d.put(s.rgb);
Just streams connected together, data flows from stream to stream, with some meaning, depending on the stream's type.
No documentation, slow, useless. Like your life. And mine.
Here we go. The one and unique release of that thing.
Contact: sed@free.fr
Created:
Mon, 09 Jan 2012 14:09:11 +0100
Last update:
Mon, 09 Jan 2012 14:09:11 +0100