-- Home range analysis plugin for QGIS using R --

This plugin makes available inside Quantum GIS the most common home range 
estimators found in the R adehabitat package.
The analysis is run by R in background.

Author: Anne Ghisla
a.ghisla@gmail.com

WEB
http://wiki.qgis.org/qgiswiki/GSoC2008Rbinding

NOTES
- Portability on Mac OS X is not confirmated at the moment.
- Porting and testing under Windows is in progress.

ROADMAP
- __init__.py
- plugin.py (core of plugin)
- interface.ui (QtDesigner dialog)
- interface.py (its Python translation)
- resources.qrc (QGIS resources file)
- resources.py (its Python translation)
- motore.R (R code for home range estimation)
- exporter.R (R code for shapefile export)

INSTALL
See INSTALL file.

CREDITS
- Damiano G. Preatoni
- Barry Rowlingson, for Python help
- Timothy H. Keitt, mentor of this Google Summer of Code project
- Paolo Cavallini, for plugin hosting on Faunalia repository and extensive testing
- beta testers around the world!

NEWS
See NEWS file, if any.

BUG REPORTING AND WISHLIST

Please send bug reports and wishes to Trac
https://www.faunalia.it/animove/trac




