From 80ca35018b336901c2470a5a908c518f782161af Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 25 Jan 2012 20:54:42 +0000 Subject: tinkering --- other/thoughts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'other/thoughts') 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: + * + *