Re: [Numpy-discussion] ANN: WinPython v2.7.3.0

2012-10-12 Thread Paul Anton Letnes
Hi Pierre, first I'd like to congratulate you on a product which seems to finally solve all the problems I have at work regarding python scripting. A portable, fully featured python distribution is indeed very useful. One question though: Is there a way to run winpython's IPython under cygwin,

Re: [Numpy-discussion] [numpy] ENH: Initial implementation of a 'neighbor' calculation (#303)

2012-10-12 Thread Nicolas Rougier
Sorry, I'm away from the lab and did not have a chance to test is yet. I will do next week. Nicolas On Oct 11, 2012, at 15:48 , Nathaniel Smith wrote: > On Thu, Oct 11, 2012 at 10:50 AM, Nicolas Rougier > wrote: >> I missed the original post but I personally find this addition especially >>

Re: [Numpy-discussion] Fwd: [numpy] ENH: Initial implementation of a 'neighbor' calculation (#303)

2012-10-12 Thread Sturla Molden
I'm still rather sure GIS functionality belongs in scipy.spatial instead of numpy. Sturla Sendt fra min iPad Den 12. okt. 2012 kl. 15:29 skrev "Cera, Tim" : > For the neighbor module, the neighborhood is input specified by the 'weight' > array. All values in the neighborhood are processed b

[Numpy-discussion] Reminder: Last day of early registration for PyData NYC conference!

2012-10-12 Thread Peter Wang
Hi everyone, Just a friendly reminder that today is the final day of early registration for the PyData NYC conference later this month! We have a fantastic lineup of talks and workshops on a variety of topics related to Python for data analysis, including topics that are hard to find at other con

Re: [Numpy-discussion] Fwd: [numpy] ENH: Initial implementation of a 'neighbor' calculation (#303)

2012-10-12 Thread Cera, Tim
If you followed the link http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=An%20overview%20of%20the%20Neighborhood%20tools note that the current neighborhood implementation that we are talking about implements the ArcGIS 'Focal*' functionality, not the 'Block*' ones. Note also that Arc

Re: [Numpy-discussion] Fwd: [numpy] ENH: Initial implementation of a 'neighbor' calculation (#303)

2012-10-12 Thread Cera, Tim
For the neighbor module, the neighborhood is input specified by the 'weight' array. All values in the neighborhood are processed by a function. In the geosciences, ArcGIS is a very important tool and the neighbor module is very loosely modeled after http://webhelp.esri.com/arcgisdesktop/9.2/index

Re: [Numpy-discussion] Fwd: [numpy] ENH: Initial implementation of a 'neighbor' calculation (#303)

2012-10-12 Thread Sturla Molden
On 10.10.2012 15:42, Nathaniel Smith wrote: > This PR submitted a few months ago adds a substantial new API to numpy, > so it'd be great to get more review. No-one's replied yet, though... > > Any thoughts, anyone? Is it useful, could it be better...? Fast neighbor search is what scipy.spatial.cKD