Hi all, We've made some progress with the Python plugin. Finally, we made a fork [1] of the previous repository in order to have a more agile development.
We asked in the scipy mailing list about supporting LSCV in scipy and the answer was that we can use statsmodels [2]. It supports the LSCV bandwidth estimation. But the problem is that it's supported in a currently developed version. So maybe we would need to wait for the new release. Also, we are unsure about how to manage dependencies. We can check if statsmodels is present, or if scipy is present with a version newer than 0.10 (so we can set the bandwidth value manually) and give different options depending on the user's system. Another option is to package the dependencies together with the plugin, but we don't know if there is a standard procedure to do so in QGIS. Finally, a new algorithm input parameter (boolean) has been added to specify if the raster outputs must be added as layers to the project or not. Thus, you can get all the results or only the contour lines, specified at the same moment as all the input parameters. Cheers, VĂctor. ----- [1] https://github.com/geomatico/sextante_animove [2] http://statsmodels.sourceforge.net/devel/nonparametric.html
_______________________________________________ AniMov mailing list [email protected] http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
