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,
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
>>
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
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
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
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
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