shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
75 stars 19 forks source link

Indices - return flag for when result recycling is not sensible #374

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In some cases it is useful to be able to access the spatial conditions objects. 
 In this way the development of distance based indices becomes possible, thus 
allowing geographic (and other) weighting factors in some indices.  

It also allows access to the point in polygon tests, and thus indices can be 
developed to track which polygons the processing element is in.  

Original issue reported on code.google.com by shawnlaffan on 10 Mar 2013 at 7:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1483.

Create branch for work on this issue

Original comment by shawnlaffan on 10 Mar 2013 at 7:48

GoogleCodeExporter commented 9 years ago
Recyclable neighbour sets will not work with distance base calcs.  They are not 
the same for all groups in a set.
It should be possible to add a metadata option to the calculations which turns 
off recycling.

Original comment by shawnlaffan on 3 Mar 2014 at 8:34

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2341.

Delete branch as nothing has happened and it has become stale.  
The basic premise of the issue can probably be done by the spatial conditions 
returning a flag to the caller object where recycling is not useful.  That way 
recycling can be turned off in the spatial analysis optimisations.  

Original comment by shawnlaffan on 18 Apr 2014 at 2:01

GoogleCodeExporter commented 9 years ago
Update issue name to match the topic as it is now. 

Original comment by shawnlaffan on 18 Apr 2014 at 2:02