A new development release of Biodiverse is now available. This is
the second in the 3.99 series, leading to a version 4 release.
You can access it through
https://github.com/shawnlaffan/biodiverse/wiki/Downloads#development-release
An executable is available only for Windows at this time. Mac and
Linux releases can be made if needed.
More details and links relating to the new developments can be
accessed at
https://github.com/shawnlaffan/biodiverse/wiki/ReleaseNotes#version-399-dev-series
Please give it a test run and report any errors or suggest any
improvements. You can use this email list or the project issue
tracker at
https://github.com/shawnlaffan/biodiverse/issues
The main highlights since 3.99_001 are:
New conditions
sp_point_in_cluster()
and
sp_points_in_same_cluster()
that can be used to model polygons from clusters in a Cluster or
RegionGrower analysis. This avoids the need to first export them to
a shapefile and then process that file to extract and dissolve the
relevant parts.
Cluster and RegionGrower analyses can be exported to shapefile
format in a grouped form. This models the cluster display where
multiple sub-clusters are coloured. The output file needs further
processing outside Biodiverse to be easily used, which is why the
sp_points_in_same_cluster() spatial
condition was developed (see previous point).
Regards,
Shawn.