Re: [AniMov] Animove plugin corrections

2014-03-10 Thread Giovanni Manghi
> I agree, the grand total is useless. Better to display only one at user 
> choice, best
> to have a table of the type:
>
> %   |   Area
> - -
> 10% |   xx m²

agree, the users chooses the % as input parameter and that is what
should be presented in the output, just as 1 line or better as
polygon.

cheers!
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-03-10 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Victor,
thanks for looking into this.

Il 10/03/2014 08:30, Victor Gonzalez ha scritto:

> [2] Is kernel density area/perimeter wrong? The computed values are the sum 
> of all
> areas/perimeters in all lines, not only the outer one. I don't know how that 
> behavior
> can be useful in any case. Probably it isn't, but it was already implemented 
> like
> that when I started modifying the code. I guess we should make sure that 
> those values
> are useless, decide what values should be stored (only the outer makes sense 
> to me)
> and then implement it correctly.

I agree, the grand total is useless. Better to display only one at user choice, 
best
to have a table of the type:

%   |   Area
- -
10% |   xx m²
etc.

All the best.
- -- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMdazsACgkQ/NedwLUzIr4ufACdHOrspMHNjloV/7I+01pjvtzj
/0oAoKfx+FuuFWr3fazjHhFpZVnAgla2
=8J8q
-END PGP SIGNATURE-
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-03-10 Thread Victor Gonzalez
Hi,

Sorry for the delay. Thanks for the testing Giovanni. I agree on almost
every issue you opened there. They're bugs and they need to be solved.

Only a few comments on both of them.

[1] Integer columns are not accepted as "group fixes by". This was already
reported by Manuel and it should be already fixed in the latest package.
Please, let me know if it's already solved.

[2] Is kernel density area/perimeter wrong? The computed values are the sum
of all areas/perimeters in all lines, not only the outer one. I don't know
how that behavior can be useful in any case. Probably it isn't, but it was
already implemented like that when I started modifying the code. I guess we
should make sure that those values are useless, decide what values should
be stored (only the outer makes sense to me) and then implement it
correctly.

Regards.

[1] http://hub.qgis.org/issues/9717
[2] http://hub.qgis.org/issues/9721


2014-03-05 17:51 GMT+01:00 Giovanni Manghi :

> > Hi Giovanni,
> > thanks for in-depth testing. I think your notes are all valuable: could
> > you please open tickets about them?
>
> I'm about to,
>
> but it would be good to have feedback to my questions, after all some
> of the doubts can have a simple explanation that I'm missing.
>
>
> cheers!
>
>
> --
> Giovanni Manghi
> Faunalia.pt
> Sistemas de Informação Geográfica Open Source
> Portugal
>
> Web: http://www.faunalia.pt
> Email & Jabber: giovanni.man...@faunalia.pt
> PGP Key available
> Tel. + 351 96 7058216
> --
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>



-- 
Víctor González
http://geomati.co
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-03-05 Thread Giovanni Manghi
> Hi Giovanni,
> thanks for in-depth testing. I think your notes are all valuable: could
> you please open tickets about them?

I'm about to,

but it would be good to have feedback to my questions, after all some
of the doubts can have a simple explanation that I'm missing.


cheers!


-- 
Giovanni Manghi
Faunalia.pt
Sistemas de Informação Geográfica Open Source
Portugal

Web: http://www.faunalia.pt
Email & Jabber: giovanni.man...@faunalia.pt
PGP Key available
Tel. + 351 96 7058216
--
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-03-03 Thread Paolo Cavallini
Il 02/03/2014 22:58, Giovanni Manghi ha scritto:
> Hi again Victor,
> 
> a few more notes/food for thoughts after an afternoon helping a friend
> with HR calculations:

Hi Giovanni,
thanks for in-depth testing. I think your notes are all valuable: could
you please open tickets about them?
Just a few notes:

> I somehow managed to get it installed.

I also had the unfortunate chance of trying to install py libraries on
windows, and I found it a nightmare. I think this is outside the
practical reach for an average user. Better ask to add the relevant libs
to the osgeo4w installer: could you please open a ticket for this?

> *) I'm not sure why the kernel density estimation is plotted as
> lines... well I guess because are extracted with gdal_contour from the
> raster. But anyway as an area and perimiter is computed, it is also
> created a polygon of the same estimation? if yes, can this be added to
> the output? The problem with the (multi)line output is that if the
> user needs a polygon representation of the estimation then a series of
> steps are necessary: edit the vector layer to remove the inner lines
> with the "remove parts" edit tool, then use another tool to transform
> the closed line into a polygon.

I think just adding this final step in the model would help users a lot.
Should be an easy fix.

If others could do more testing, this would be appreciated.

All the best.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-03-02 Thread Giovanni Manghi
I forgot,


> *) I'm not sure why the kernel density estimation is plotted as
> lines... well I guess because are extracted with gdal_contour from the
> raster. But anyway as an area and perimiter is computed, it is also
> created a polygon of the same estimation? if yes, can this be added to
> the output? The problem with the (multi)line output is that if the
> user needs a polygon representation of the estimation then a series of
> steps are necessary: edit the vector layer to remove the inner lines
> with the "remove parts" edit tool, then use another tool to transform
> the closed line into a polygon.
>

are the computed "area" and "permiter" values just the ones of the
outer line (representing the kernel estimation)?

if yes, then if I covert the line into a polygon and re-compute the
values with qgis I get very different values.

cheers!
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-03-02 Thread Giovanni Manghi
Hi Victor,


> Giovanni: Maybe the pandas version does not match the version required by
> statsmodels. You can try to do the following:
>
> $ sudo pip install --upgrade pandas
>
> before installing statsmodels. Maybe the --upgrade option has something to
> do as well. The instructions provided here [1] worked for me in a clean
> virtual machine with Ubuntu 12.04 64 bit and QGIS 2.0.1.
>
> Cheers.
>
> [1]
> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_deb.rst


thanks,
I somehow managed to get it installed.

First of all thanks for your effort in migrating the plugin to qgis 2:

Here a few notes/food for thoughts about quick tests I have made:

*) it seems that integer columns are not accepted for "group fixes by"
as it returns

'int' object has no attribute 'strip' See log for more details

*) I would at least rephrase "output raster resolution" because it is
misleading:

as I common user I would expect to enter here a value that represent
the size of the pixel of the output raster (the actual "raster
resolution"), but the plugin does not work like that. This value seems
to be used for the raster width, that is anyway adjusted to produce
square pixels.

The first effect of using the default value (50) is that probably the
users gets a raster with a too low resolution, then the user choose a
lower value to get a better result (one with higher resolution) but it
get ne with an even lower resolution. In second place there is no way
the user can know beforehand what would be the actual resolution of
raster output.

*) it would be good to have the option to choose where to save the
raster, instead of having it saved in plugin folder

*) I'm not sure why the kernel density estimation is plotted as
lines... well I guess because are extracted with gdal_contour from the
raster. But anyway as an area and perimiter is computed, it is also
created a polygon of the same estimation? if yes, can this be added to
the output? The problem with the (multi)line output is that if the
user needs a polygon representation of the estimation then a series of
steps are necessary: edit the vector layer to remove the inner lines
with the "remove parts" edit tool, then use another tool to transform
the closed line into a polygon.

thanks again!


cheers!
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-28 Thread Manuel Spínola
Thank you very much Victor.  I still have the same problem (I can send you
a screen capture).  Is there anybody else with Mac that have the same
problem?

Manuel


2014-02-28 10:22 GMT-06:00 Victor Gonzalez :

> Hi,
>
> Manuel: If you have the dependencies you should be able to execute the
> "Kernel Denisty Estimation" algorithm. You can do the following:
>
> * Check that you have the "Advanced interface" selected in the
> * Check that there is a Animove group. If it's not there, go to Processing
> -> Configuration and in Providers, uncheck and check again Animove.
> Sometimes the provider is Active but is not shown and this solves the
> problem.
> * If that does not work, check the Processing -> History and Log, clear it
> and restart QGIS. Check again the Log and see if some info/error message
> appears.
>
> Giovanni: Maybe the pandas version does not match the version required by
> statsmodels. You can try to do the following:
>
> $ sudo pip install --upgrade pandas
>
> before installing statsmodels. Maybe the --upgrade option has something to
> do as well. The instructions provided here [1] worked for me in a clean
> virtual machine with Ubuntu 12.04 64 bit and QGIS 2.0.1.
>
> Cheers.
>
> [1]
> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_deb.rst
>
>
> 2014-02-28 15:27 GMT+01:00 Giovanni Manghi :
>
> > NOTE: some of the bandwidth methods are only available with scipy 0.11
>> > (custom bandwidth value) and statsmodels 0.5 (LSCV, maximum-likelihood
>> > cross-validation).
>>
>>
>>
>> Hi Victor, what is the proper way to install statsmodels under Linux
>> (Ubuntu)?
>>
>> I'm trying
>>
>> pip install statsmodels
>>
>> and keep getting
>>
>> ImportError: statsmodels requires pandas
>>
>>
>> even if this is already installed.
>>
>>
>> cheers!
>> ___
>> AniMov mailing list
>> AniMov@faunalia.it
>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>
>
>
>
> --
> Víctor González
> http://geomati.co
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


-- 
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr
mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río 
Institutional website: ICOMVIS 
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-28 Thread Victor Gonzalez
Hi,

Manuel: If you have the dependencies you should be able to execute the
"Kernel Denisty Estimation" algorithm. You can do the following:

* Check that you have the "Advanced interface" selected in the
* Check that there is a Animove group. If it's not there, go to Processing
-> Configuration and in Providers, uncheck and check again Animove.
Sometimes the provider is Active but is not shown and this solves the
problem.
* If that does not work, check the Processing -> History and Log, clear it
and restart QGIS. Check again the Log and see if some info/error message
appears.

Giovanni: Maybe the pandas version does not match the version required by
statsmodels. You can try to do the following:

$ sudo pip install --upgrade pandas

before installing statsmodels. Maybe the --upgrade option has something to
do as well. The instructions provided here [1] worked for me in a clean
virtual machine with Ubuntu 12.04 64 bit and QGIS 2.0.1.

Cheers.

[1]
https://github.com/geomatico/sextante_animove/blob/master/doc/installation_deb.rst


2014-02-28 15:27 GMT+01:00 Giovanni Manghi :

> > NOTE: some of the bandwidth methods are only available with scipy 0.11
> > (custom bandwidth value) and statsmodels 0.5 (LSCV, maximum-likelihood
> > cross-validation).
>
>
>
> Hi Victor, what is the proper way to install statsmodels under Linux
> (Ubuntu)?
>
> I'm trying
>
> pip install statsmodels
>
> and keep getting
>
> ImportError: statsmodels requires pandas
>
>
> even if this is already installed.
>
>
> cheers!
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>



-- 
Víctor González
http://geomati.co
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-28 Thread Giovanni Manghi
> NOTE: some of the bandwidth methods are only available with scipy 0.11
> (custom bandwidth value) and statsmodels 0.5 (LSCV, maximum-likelihood
> cross-validation).



Hi Victor, what is the proper way to install statsmodels under Linux (Ubuntu)?

I'm trying

pip install statsmodels

and keep getting

ImportError: statsmodels requires pandas


even if this is already installed.


cheers!
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-27 Thread Manuel Spínola
Thank you very much Victor.

I have everything that you mentioned but I cannot see the Kernel menu.

Best,

Manuel


2014-02-27 10:10 GMT-06:00 Victor Gonzalez :

> Hi Manuel,
>
> I added two notes to the README [1] that were only in the plugin download
> page (not very visible):
>
> *NOTE*: some of the bandwidth methods are only available with *scipy*0.11 
> (custom bandwidth value) and
> *statsmodels* 0.5 (LSCV, maximum-likelihood cross-validation).
>
> *NOTE*: at least *scipy* 0.10 *and* the *gdal_contour* command must be
> installed in order to have the kernel density algorithm available.
>
> So, maybe you don't have scipy 0.10 installed or the gdal_contour command.
> Can you check it? You can use [2] for scipy and search for "Contour" in the
> Processing toolbox.
>
> If it's an installation problem, I'm afraid I cannot help much in a Mac
> environment. Maybe someone here or in the QGIS list has more expertise
> installing GDAL and Python packages in Mac OS?
>
> Cheers.
>
> [1] https://github.com/geomatico/sextante_animove/blob/master/README.md
> [2]
> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_deb.rst#check-the-installation
>
>
> 2014-02-26 21:42 GMT+01:00 Manuel Spínola :
>
> Thank you very much Victor.  It works.  The only thing is that there is no
>> option available for Kernel, only MCP.
>>
>> Best,
>>
>> Manuel
>>
>>
>> 2014-02-24 6:03 GMT-06:00 Victor Gonzalez :
>>
>>  Hi Manuel,
>>>
>>> I just downloaded the plugin [1] and the mcp.py file does not contain
>>> "strip" in the whole file. Can you reinstall the package from [1]?
>>>
>>> If the problem persists, can you provide some sample data that fails
>>> when executing mcp?
>>>
>>> Cheers.
>>>
>>> [1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4/
>>>
>>>
>>> 2014-02-22 17:56 GMT+01:00 Manuel Spínola :
>>>
>>> Thank you very much Victor.  I upgraded the plugin to 1.3.4 but still is
 showing the same problem.

 Best,

 Manuel


 2014-02-21 1:49 GMT-06:00 Victor Gonzalez :

 Hi Manuel,
>
> It should be solved now. I uploaded again the plugin [1]. Please, let
> me know if your problem is fixed.
>
> Thanks for reporting.
>
> [1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4
>
>
> 2014-02-20 23:32 GMT+01:00 Manuel Spínola :
>
>  Hi Victor,
>>
>> I downloaded AniMove plugin for QGIS 2.0.1 in OS Mavericks (Mac), but
>> I cannot see the Kernel option, only de Minimum Convex Polygon and when I
>> try tu run it I got the following error:
>>
>> int' object has no attribute 'strip'
>>
>> See log for more details
>>
>>
>> Best,
>>
>>
>> Manuel
>>
>>
>> 2014-02-18 4:24 GMT-06:00 Victor Gonzalez > >:
>>
>>>  Hi all,
>>>
>>> I have fixed the problem with the FToolsUtils import (QGIS 2.2). I
>>> uploaded again the package [1]. It should work fine on both QGIS 2.0 and
>>> 2.2.
>>>
>>> Regarding the installation of statsmodels in Windows, I'm afraid it
>>> requires a bit of "hacking" adding Python to the Windows registry. I
>>> updated the documentation accordingly [2].
>>>
>>> Please, let me know if everything is sorted now.
>>>
>>> [1] http://plugins.qgis.org/plugins/sextante_animove/
>>> [2]
>>> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_win.rst
>>>
>>> --
>>> Víctor González
>>> http://geomati.co
>>>
>>> ___
>>> AniMov mailing list
>>> AniMov@faunalia.it
>>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>>
>>>
>>
>>
>> --
>> *Manuel Spínola, Ph.D.*
>> Instituto Internacional en Conservación y Manejo de Vida Silvestre
>> Universidad Nacional
>> Apartado 1350-3000
>> Heredia
>> COSTA RICA
>> mspin...@una.ac.cr
>> mspinol...@gmail.com
>> Teléfono: (506) 2277-3598
>> Fax: (506) 2237-7036
>> Personal website: Lobito de 
>> río
>> Institutional website: ICOMVIS 
>>
>> ___
>> AniMov mailing list
>> AniMov@faunalia.it
>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>
>>
>
>
> --
> Víctor González
> http://geomati.co
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


 --
 *Manuel Spínola, Ph.D.*
 Instituto Internacional en Conservación y Manejo de Vida Silvestre
 Universidad Nacional
 Apartado 1350-3000
 Heredia
 COSTA RICA
 mspin...@una.ac.cr
 mspinol...@gmail.com
 Teléfono: (506) 2277-3598
 Fax: (506) 2237-7036
 Personal we

Re: [AniMov] Animove plugin corrections

2014-02-27 Thread Victor Gonzalez
Hi Manuel,

I added two notes to the README [1] that were only in the plugin download
page (not very visible):

*NOTE*: some of the bandwidth methods are only available with *scipy* 0.11
(custom bandwidth value) and *statsmodels* 0.5 (LSCV, maximum-likelihood
cross-validation).

*NOTE*: at least *scipy* 0.10 *and* the *gdal_contour* command must be
installed in order to have the kernel density algorithm available.

So, maybe you don't have scipy 0.10 installed or the gdal_contour command.
Can you check it? You can use [2] for scipy and search for "Contour" in the
Processing toolbox.

If it's an installation problem, I'm afraid I cannot help much in a Mac
environment. Maybe someone here or in the QGIS list has more expertise
installing GDAL and Python packages in Mac OS?

Cheers.

[1] https://github.com/geomatico/sextante_animove/blob/master/README.md
[2]
https://github.com/geomatico/sextante_animove/blob/master/doc/installation_deb.rst#check-the-installation


2014-02-26 21:42 GMT+01:00 Manuel Spínola :

> Thank you very much Victor.  It works.  The only thing is that there is no
> option available for Kernel, only MCP.
>
> Best,
>
> Manuel
>
>
> 2014-02-24 6:03 GMT-06:00 Victor Gonzalez :
>
>  Hi Manuel,
>>
>> I just downloaded the plugin [1] and the mcp.py file does not contain
>> "strip" in the whole file. Can you reinstall the package from [1]?
>>
>> If the problem persists, can you provide some sample data that fails when
>> executing mcp?
>>
>> Cheers.
>>
>> [1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4/
>>
>>
>> 2014-02-22 17:56 GMT+01:00 Manuel Spínola :
>>
>> Thank you very much Victor.  I upgraded the plugin to 1.3.4 but still is
>>> showing the same problem.
>>>
>>> Best,
>>>
>>> Manuel
>>>
>>>
>>> 2014-02-21 1:49 GMT-06:00 Victor Gonzalez :
>>>
>>> Hi Manuel,

 It should be solved now. I uploaded again the plugin [1]. Please, let
 me know if your problem is fixed.

 Thanks for reporting.

 [1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4


 2014-02-20 23:32 GMT+01:00 Manuel Spínola :

  Hi Victor,
>
> I downloaded AniMove plugin for QGIS 2.0.1 in OS Mavericks (Mac), but
> I cannot see the Kernel option, only de Minimum Convex Polygon and when I
> try tu run it I got the following error:
>
> int' object has no attribute 'strip'
>
> See log for more details
>
>
> Best,
>
>
> Manuel
>
>
> 2014-02-18 4:24 GMT-06:00 Victor Gonzalez 
> :
>
>>  Hi all,
>>
>> I have fixed the problem with the FToolsUtils import (QGIS 2.2). I
>> uploaded again the package [1]. It should work fine on both QGIS 2.0 and
>> 2.2.
>>
>> Regarding the installation of statsmodels in Windows, I'm afraid it
>> requires a bit of "hacking" adding Python to the Windows registry. I
>> updated the documentation accordingly [2].
>>
>> Please, let me know if everything is sorted now.
>>
>> [1] http://plugins.qgis.org/plugins/sextante_animove/
>> [2]
>> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_win.rst
>>
>> --
>> Víctor González
>> http://geomati.co
>>
>> ___
>> AniMov mailing list
>> AniMov@faunalia.it
>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>
>>
>
>
> --
> *Manuel Spínola, Ph.D.*
> Instituto Internacional en Conservación y Manejo de Vida Silvestre
> Universidad Nacional
> Apartado 1350-3000
> Heredia
> COSTA RICA
> mspin...@una.ac.cr
> mspinol...@gmail.com
> Teléfono: (506) 2277-3598
> Fax: (506) 2237-7036
> Personal website: Lobito de 
> río
> Institutional website: ICOMVIS 
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


 --
 Víctor González
 http://geomati.co

 ___
 AniMov mailing list
 AniMov@faunalia.it
 http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


>>>
>>>
>>> --
>>> *Manuel Spínola, Ph.D.*
>>> Instituto Internacional en Conservación y Manejo de Vida Silvestre
>>> Universidad Nacional
>>> Apartado 1350-3000
>>> Heredia
>>> COSTA RICA
>>> mspin...@una.ac.cr
>>> mspinol...@gmail.com
>>> Teléfono: (506) 2277-3598
>>> Fax: (506) 2237-7036
>>> Personal website: Lobito de río
>>> Institutional website: ICOMVIS 
>>>
>>> ___
>>> AniMov mailing list
>>> AniMov@faunalia.it
>>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>>
>>>
>>
>>
>> --
>> Víctor González
>> http://geomat

Re: [AniMov] Animove plugin corrections

2014-02-26 Thread Manuel Spínola
Thank you very much Victor.  It works.  The only thing is that there is no
option available for Kernel, only MCP.

Best,

Manuel


2014-02-24 6:03 GMT-06:00 Victor Gonzalez :

> Hi Manuel,
>
> I just downloaded the plugin [1] and the mcp.py file does not contain
> "strip" in the whole file. Can you reinstall the package from [1]?
>
> If the problem persists, can you provide some sample data that fails when
> executing mcp?
>
> Cheers.
>
> [1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4/
>
>
> 2014-02-22 17:56 GMT+01:00 Manuel Spínola :
>
> Thank you very much Victor.  I upgraded the plugin to 1.3.4 but still is
>> showing the same problem.
>>
>> Best,
>>
>> Manuel
>>
>>
>> 2014-02-21 1:49 GMT-06:00 Victor Gonzalez :
>>
>> Hi Manuel,
>>>
>>> It should be solved now. I uploaded again the plugin [1]. Please, let me
>>> know if your problem is fixed.
>>>
>>> Thanks for reporting.
>>>
>>> [1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4
>>>
>>>
>>> 2014-02-20 23:32 GMT+01:00 Manuel Spínola :
>>>
>>>  Hi Victor,

 I downloaded AniMove plugin for QGIS 2.0.1 in OS Mavericks (Mac), but I
 cannot see the Kernel option, only de Minimum Convex Polygon and when I try
 tu run it I got the following error:

 int' object has no attribute 'strip'

 See log for more details


 Best,


 Manuel


 2014-02-18 4:24 GMT-06:00 Victor Gonzalez :

>  Hi all,
>
> I have fixed the problem with the FToolsUtils import (QGIS 2.2). I
> uploaded again the package [1]. It should work fine on both QGIS 2.0 and
> 2.2.
>
> Regarding the installation of statsmodels in Windows, I'm afraid it
> requires a bit of "hacking" adding Python to the Windows registry. I
> updated the documentation accordingly [2].
>
> Please, let me know if everything is sorted now.
>
> [1] http://plugins.qgis.org/plugins/sextante_animove/
> [2]
> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_win.rst
>
> --
> Víctor González
> http://geomati.co
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


 --
 *Manuel Spínola, Ph.D.*
 Instituto Internacional en Conservación y Manejo de Vida Silvestre
 Universidad Nacional
 Apartado 1350-3000
 Heredia
 COSTA RICA
 mspin...@una.ac.cr
 mspinol...@gmail.com
 Teléfono: (506) 2277-3598
 Fax: (506) 2237-7036
 Personal website: Lobito de río
 Institutional website: ICOMVIS 

 ___
 AniMov mailing list
 AniMov@faunalia.it
 http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


>>>
>>>
>>> --
>>> Víctor González
>>> http://geomati.co
>>>
>>> ___
>>> AniMov mailing list
>>> AniMov@faunalia.it
>>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>>
>>>
>>
>>
>> --
>> *Manuel Spínola, Ph.D.*
>> Instituto Internacional en Conservación y Manejo de Vida Silvestre
>> Universidad Nacional
>> Apartado 1350-3000
>> Heredia
>> COSTA RICA
>> mspin...@una.ac.cr
>> mspinol...@gmail.com
>> Teléfono: (506) 2277-3598
>> Fax: (506) 2237-7036
>> Personal website: Lobito de río
>> Institutional website: ICOMVIS 
>>
>> ___
>> AniMov mailing list
>> AniMov@faunalia.it
>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>
>>
>
>
> --
> Víctor González
> http://geomati.co
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


-- 
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr
mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río 
Institutional website: ICOMVIS 
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-24 Thread Paolo Cavallini
Il 24/02/2014 23:15, Bruce Miller ha scritto:
> Hi Giovanni,
> 
> Sorry I misspoke you are correct.
> I should have indicated QGIS learning curve not just Grass.

Dear Bruce,
the whole AniMove initiative is to let zoologists analyse
animalmovements using only free and open source software. That's why we
are producing QGIS plugins instead of Arc* ones.
BTW, I'm surprised you find QGIS difficult to master: we do hundreds of
courses, and the response is almost invariable "wow, that's *easy*, much
easier then ...".
All the best.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-24 Thread Bruce Miller

Hi Giovanni,

Sorry I misspoke you are correct.
I should have indicated QGIS learning curve not just Grass.

Bruce
On 2/24/2014 3:04 PM, Giovanni Manghi wrote:

Hi Bruce,


I do not have time for the steep learning curve of Grass etc that must be
installed to use QGIS 2.2.




___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-24 Thread Giovanni Manghi
Hi Bruce,

> I do not have time for the steep learning curve of Grass etc that must be
> installed to use QGIS 2.2.

I believe you got it wrong:

* GRASS is installed together with QGIS (on Windows)  but you don't
need to know it at all it use QGIS many tools and features
* GRASS tools are available in QGIS in two ways: using the QGIS/GRASS
plugin (you need to use the GRASS data model) and using the processing
toolbox (no need to know/use the GRASS datamodel, just pick input,
output and parameters and press "run")
* this animove plugin does not use in any way GRASS
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-24 Thread Bruce Miller

Any way to use this with ArcGIS?

I do not have time for the steep learning curve of Grass etc that must 
be installed to use QGIS 2.2.


Bruce


___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-24 Thread Victor Gonzalez
Hi Manuel,

I just downloaded the plugin [1] and the mcp.py file does not contain
"strip" in the whole file. Can you reinstall the package from [1]?

If the problem persists, can you provide some sample data that fails when
executing mcp?

Cheers.

[1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4/


2014-02-22 17:56 GMT+01:00 Manuel Spínola :

> Thank you very much Victor.  I upgraded the plugin to 1.3.4 but still is
> showing the same problem.
>
> Best,
>
> Manuel
>
>
> 2014-02-21 1:49 GMT-06:00 Victor Gonzalez :
>
> Hi Manuel,
>>
>> It should be solved now. I uploaded again the plugin [1]. Please, let me
>> know if your problem is fixed.
>>
>> Thanks for reporting.
>>
>> [1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4
>>
>>
>> 2014-02-20 23:32 GMT+01:00 Manuel Spínola :
>>
>>  Hi Victor,
>>>
>>> I downloaded AniMove plugin for QGIS 2.0.1 in OS Mavericks (Mac), but I
>>> cannot see the Kernel option, only de Minimum Convex Polygon and when I try
>>> tu run it I got the following error:
>>>
>>> int' object has no attribute 'strip'
>>>
>>> See log for more details
>>>
>>>
>>> Best,
>>>
>>>
>>> Manuel
>>>
>>>
>>> 2014-02-18 4:24 GMT-06:00 Victor Gonzalez :
>>>
  Hi all,

 I have fixed the problem with the FToolsUtils import (QGIS 2.2). I
 uploaded again the package [1]. It should work fine on both QGIS 2.0 and
 2.2.

 Regarding the installation of statsmodels in Windows, I'm afraid it
 requires a bit of "hacking" adding Python to the Windows registry. I
 updated the documentation accordingly [2].

 Please, let me know if everything is sorted now.

 [1] http://plugins.qgis.org/plugins/sextante_animove/
 [2]
 https://github.com/geomatico/sextante_animove/blob/master/doc/installation_win.rst

 --
 Víctor González
 http://geomati.co

 ___
 AniMov mailing list
 AniMov@faunalia.it
 http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


>>>
>>>
>>> --
>>> *Manuel Spínola, Ph.D.*
>>> Instituto Internacional en Conservación y Manejo de Vida Silvestre
>>> Universidad Nacional
>>> Apartado 1350-3000
>>> Heredia
>>> COSTA RICA
>>> mspin...@una.ac.cr
>>> mspinol...@gmail.com
>>> Teléfono: (506) 2277-3598
>>> Fax: (506) 2237-7036
>>> Personal website: Lobito de río
>>> Institutional website: ICOMVIS 
>>>
>>> ___
>>> AniMov mailing list
>>> AniMov@faunalia.it
>>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>>
>>>
>>
>>
>> --
>> Víctor González
>> http://geomati.co
>>
>> ___
>> AniMov mailing list
>> AniMov@faunalia.it
>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>
>>
>
>
> --
> *Manuel Spínola, Ph.D.*
> Instituto Internacional en Conservación y Manejo de Vida Silvestre
> Universidad Nacional
> Apartado 1350-3000
> Heredia
> COSTA RICA
> mspin...@una.ac.cr
> mspinol...@gmail.com
> Teléfono: (506) 2277-3598
> Fax: (506) 2237-7036
> Personal website: Lobito de río
> Institutional website: ICOMVIS 
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


-- 
Víctor González
http://geomati.co
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-22 Thread Manuel Spínola
Thank you very much Victor.  I upgraded the plugin to 1.3.4 but still is
showing the same problem.

Best,

Manuel


2014-02-21 1:49 GMT-06:00 Victor Gonzalez :

> Hi Manuel,
>
> It should be solved now. I uploaded again the plugin [1]. Please, let me
> know if your problem is fixed.
>
> Thanks for reporting.
>
> [1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4
>
>
> 2014-02-20 23:32 GMT+01:00 Manuel Spínola :
>
>  Hi Victor,
>>
>> I downloaded AniMove plugin for QGIS 2.0.1 in OS Mavericks (Mac), but I
>> cannot see the Kernel option, only de Minimum Convex Polygon and when I try
>> tu run it I got the following error:
>>
>> int' object has no attribute 'strip'
>>
>> See log for more details
>>
>>
>> Best,
>>
>>
>> Manuel
>>
>>
>> 2014-02-18 4:24 GMT-06:00 Victor Gonzalez :
>>
>>>  Hi all,
>>>
>>> I have fixed the problem with the FToolsUtils import (QGIS 2.2). I
>>> uploaded again the package [1]. It should work fine on both QGIS 2.0 and
>>> 2.2.
>>>
>>> Regarding the installation of statsmodels in Windows, I'm afraid it
>>> requires a bit of "hacking" adding Python to the Windows registry. I
>>> updated the documentation accordingly [2].
>>>
>>> Please, let me know if everything is sorted now.
>>>
>>> [1] http://plugins.qgis.org/plugins/sextante_animove/
>>> [2]
>>> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_win.rst
>>>
>>> --
>>> Víctor González
>>> http://geomati.co
>>>
>>> ___
>>> AniMov mailing list
>>> AniMov@faunalia.it
>>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>>
>>>
>>
>>
>> --
>> *Manuel Spínola, Ph.D.*
>> Instituto Internacional en Conservación y Manejo de Vida Silvestre
>> Universidad Nacional
>> Apartado 1350-3000
>> Heredia
>> COSTA RICA
>> mspin...@una.ac.cr
>> mspinol...@gmail.com
>> Teléfono: (506) 2277-3598
>> Fax: (506) 2237-7036
>> Personal website: Lobito de río
>> Institutional website: ICOMVIS 
>>
>> ___
>> AniMov mailing list
>> AniMov@faunalia.it
>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>
>>
>
>
> --
> Víctor González
> http://geomati.co
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


-- 
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr
mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río 
Institutional website: ICOMVIS 
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-20 Thread Victor Gonzalez
Hi Manuel,

It should be solved now. I uploaded again the plugin [1]. Please, let me
know if your problem is fixed.

Thanks for reporting.

[1] http://plugins.qgis.org/plugins/sextante_animove/version/1.3.4


2014-02-20 23:32 GMT+01:00 Manuel Spínola :

> Hi Victor,
>
> I downloaded AniMove plugin for QGIS 2.0.1 in OS Mavericks (Mac), but I
> cannot see the Kernel option, only de Minimum Convex Polygon and when I try
> tu run it I got the following error:
>
> int' object has no attribute 'strip'
>
> See log for more details
>
>
> Best,
>
>
> Manuel
>
>
> 2014-02-18 4:24 GMT-06:00 Victor Gonzalez :
>
>>  Hi all,
>>
>> I have fixed the problem with the FToolsUtils import (QGIS 2.2). I
>> uploaded again the package [1]. It should work fine on both QGIS 2.0 and
>> 2.2.
>>
>> Regarding the installation of statsmodels in Windows, I'm afraid it
>> requires a bit of "hacking" adding Python to the Windows registry. I
>> updated the documentation accordingly [2].
>>
>> Please, let me know if everything is sorted now.
>>
>> [1] http://plugins.qgis.org/plugins/sextante_animove/
>> [2]
>> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_win.rst
>>
>> --
>> Víctor González
>> http://geomati.co
>>
>> ___
>> AniMov mailing list
>> AniMov@faunalia.it
>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>>
>>
>
>
> --
> *Manuel Spínola, Ph.D.*
> Instituto Internacional en Conservación y Manejo de Vida Silvestre
> Universidad Nacional
> Apartado 1350-3000
> Heredia
> COSTA RICA
> mspin...@una.ac.cr
> mspinol...@gmail.com
> Teléfono: (506) 2277-3598
> Fax: (506) 2237-7036
> Personal website: Lobito de río
> Institutional website: ICOMVIS 
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


-- 
Víctor González
http://geomati.co
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov


Re: [AniMov] Animove plugin corrections

2014-02-20 Thread Manuel Spínola
Hi Victor,

I downloaded AniMove plugin for QGIS 2.0.1 in OS Mavericks (Mac), but I
cannot see the Kernel option, only de Minimum Convex Polygon and when I try
tu run it I got the following error:

int' object has no attribute 'strip'

See log for more details


Best,


Manuel


2014-02-18 4:24 GMT-06:00 Victor Gonzalez :

> Hi all,
>
> I have fixed the problem with the FToolsUtils import (QGIS 2.2). I
> uploaded again the package [1]. It should work fine on both QGIS 2.0 and
> 2.2.
>
> Regarding the installation of statsmodels in Windows, I'm afraid it
> requires a bit of "hacking" adding Python to the Windows registry. I
> updated the documentation accordingly [2].
>
> Please, let me know if everything is sorted now.
>
> [1] http://plugins.qgis.org/plugins/sextante_animove/
> [2]
> https://github.com/geomatico/sextante_animove/blob/master/doc/installation_win.rst
>
> --
> Víctor González
> http://geomati.co
>
> ___
> AniMov mailing list
> AniMov@faunalia.it
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>
>


-- 
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr
mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río 
Institutional website: ICOMVIS 
___
AniMov mailing list
AniMov@faunalia.it
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov