![]() |
Given polygons representing zones of interest and points representing species occurrence observations, calculates a species diversity index for each polygon.
| Expression | Explanation |
|---|---|
| <zonesPolygons> | Polygon features representing the zones of interest for which the species diversity index should be calculated. |
| <Hurlbert's expected species richness | Hurlbert's standard errors | Shannon index | Simpson's index of diversity | Simpson's reciprocal index | Species richness> | Species diversity index to calculate, one of:
Please consult the literature for exact definitions of the indices. The calculations are performed by the R vegan package. |
| <destField> | Field of the polygon features to receive the value of the species diversity index. The field must already exist. |
| <speciesPoints> | Point features representing species occurrence observations. |
| <speciesIDField> | Field of the point features that specifies the name or ID of the species that was observed. It does not matter how species names or IDs are coded in this field. The tool simply counts occurrences of the different values and does not care what they actually mean. |
| {speciesCountField} | Field of the point features that specifies the number of individuals observed. This field is optional. If not specified, the tool assumes that one individual was observed at each point. |
| {where} | SQL WHERE clause expression that specifies the subset of points to use when calculating the species diversity index. If this parameter is not provided, all of the points will be used. The exact syntax of this expression depends on the type of feature class that contains the point features. ESRI recommends you reference fields using the following syntax:
|
| {hurlbertSampleSize} | Sample size parameter for the calculation of Hurlbert's expected species richness. You must provide this parameter when claculating Hurlbert's expected species richness. This parameter is ignored when calculating other indices. |
| Expression | Explanation |
|---|---|
| Polygons representing zones of interest (Required) | Polygon features representing the zones of interest for which the species diversity index should be calculated. |
| Species diversity index (Required) | Species diversity index to calculate, one of:
Please consult the literature for exact definitions of the indices. The calculations are performed by the R vegan package. |
| Destination field (Required) | Field of the polygon features to receive the value of the species diversity index. The field must already exist. |
| Points representing species occurrence observations (Required) | Point features representing species occurrence observations. |
| Species ID field (Required) | Field of the point features that specifies the name or ID of the species that was observed. It does not matter how species names or IDs are coded in this field. The tool simply counts occurrences of the different values and does not care what they actually mean. |
| Species count field (Optional) | Field of the point features that specifies the number of individuals observed. This field is optional. If not specified, the tool assumes that one individual was observed at each point. |
| Where clause (Optional) | SQL WHERE clause expression that specifies the subset of points to use when calculating the species diversity index. If this parameter is not provided, all of the points will be used. The exact syntax of this expression depends on the type of feature class that contains the point features. ESRI recommends you reference fields using the following syntax:
|
| Hurlbert's sample size (Optional) | Sample size parameter for the calculation of Hurlbert's expected species richness. You must provide this parameter when claculating Hurlbert's expected species richness. This parameter is ignored when calculating other indices. |
