diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-25 20:54:42 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-25 20:54:42 +0000 |
| commit | 80ca35018b336901c2470a5a908c518f782161af (patch) | |
| tree | 342b169a4fffb0a0ae127bceadae7bd1de4a13ed /other | |
| parent | 51638a948eb668baf2cc1a478f324fdcff2708f2 (diff) | |
tinkering
Diffstat (limited to 'other')
| -rw-r--r-- | other/thoughts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/other/thoughts b/other/thoughts index 0ffb17c..2d74ed1 100644 --- a/other/thoughts +++ b/other/thoughts @@ -6,4 +6,32 @@ NER – Network Efficiency Ratio i.e. this is a measure of the efficiency of the Not sure about % User though… I’ve been on to Vodafone about the Cell ID’s so we’ll just wait to see how they come back to us. +--------------? + +checked out http://unfoldingmaps.org/ + +seems like a cool way to put tile maps into processing apps.. to do more than can be done within a browser. yowser + +DOESN'T seem to help with the problem of choosing a random point within a country. + +--------------> +processing can load svg and display it, its not obvious how to check if a point is within a shape, this is needed to find random start/ finish points within the countries? + +http://wiki.processing.org/w/Using_AWT's_Polygon_class gives details on how to use use AWTs poly class for drawing polys in processing, however there is no access to SVG vertex data in processing. + +PShape.java, line 48 on: + + * alpha or beta quality. Major structural work may be performed on this class + * after the release of Processing 1.0. Such changes may include: + * + * <ul> + * <li> addition of proper accessors to read shape vertex and coloring data + * (this is the second most important part of having a PShape class after all). + * <li> a means of creating PShape objects ala beginShape() and endShape(). + +geomerative? http://www.ricardmarxer.com/geomerative/ + +-------------> +openframeworks? can output pdf? + |
