Skip to content

Commit

Permalink
fix area proportion metric usage
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMWhitehead committed Apr 18, 2024
1 parent c339b84 commit e5af5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/page/technical-reference/metric_calculations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ metric params:
- `layers`: A list of DCE [layers](../managing_metrics#layers) to calculate area proportions from.

Each layer can have the following parameters:
- `usage`: An optional field which represents that the layer should be used as a `nominator` or `denominator` in the calculation.
- If not provided for a layer, then the layer will be used as a `nominator`.
- `usage`: An optional field which represents that the layer should be used as a `numerator` or `denominator` in the calculation.
- If not provided for a layer, then the layer will be used as a `numerator`.
- If no `denominator` is provided, the sample frame area will be used as the denominator.
- `attribute_filter`: An optional [attribute filter](../managing_metrics#attribute-filters) to apply to the DCE layers.

Expand Down

0 comments on commit e5af5ef

Please sign in to comment.