<div dir="ltr">My personal experience with numpy/scipy is that it is very slow for generic computation (aside from matrix operations) compared to c/c++/fortran, so I'm not sure it would be good for an efficient fire spread algorithm, with non-trivial number crunching. </div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 22, 2013 at 5:33 AM, Martin Dobias <span dir="ltr"><<a href="mailto:wonder.sk@gmail.com" target="_blank">wonder.sk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, Nov 21, 2013 at 6:00 AM, Tom Moore <<a href="mailto:moortom@gmail.com">moortom@gmail.com</a>> wrote:<br>

><br>
> As you can imagine from my newbie questions I'm not a python guy.  While I<br>
> really like a lot of the modern mechanisms in python I have never been able<br>
> to look at a python script without being puzzled by the retro/hipster nature<br>
> of using whitespace as syntax.  As someone who once lined up fortran<br>
> statements on punch cards you will have to pry whitespace indifferent<br>
> languages from my cold hunt-n-peck fingers. Anyway, I'm expecting to use<br>
> python for the ui and glue code, and do all of the number crunching in a C<br>
> module.  Horses for courses eh?<br>
<br>
</div>Let me note one more thing here: if you think of writing number<br>
crunching in C, things will get more complicated: you will need to<br>
compile and ship the binaries somehow - the plugin repository does not<br>
accept plugins with architecture dependent binaries. Maybe try to have<br>
a look at numpy module, it's fairly common for fast array/matrix<br>
operations in python.<br>
<span class="HOEnZb"><font color="#888888"><br>
Martin<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br></div>