Hi Vania,

The package I uploaded this morning checks that the gdal_contour command is
available since it is required by the algorithm (I think I missed that info
in the changelog, my bad). So, you can open the Python console and check
this:

>>> import subprocess
>>> subprocess.call('gdal_contour')
(check that no OSError appears)

>>> import scipy
>>> scipy.version.version
(check scipy version)

In the next upload (probably tomorrow) I will add the gdal_contour
requirement to the changelog and make some changes in order to put some
info in the SEXTANTE log in case the kernel algorithm is not available so
we know the reason easily.

Cheers,
Víctor.


2013/5/30 Vania Carolina <vania...@hotmail.com>

> dear all, I have recently installed the animove plugin for sextante in
> QGis wroclaw 1.7.3. I use Windows 7 and I have python 2.7 , scipy 0.11 and
> the statsmodels 0.5. But when I click on animove in the sextante toolbox
> only MCP appears to be available. Can someone explain me how do I use the
> other analysis methods, such as kernel?
> thanks
> Vania
>
> _______________________________________________
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>
_______________________________________________
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov

Reply via email to