ValueConfiguration
Last updated
Was this helpful?
Last updated
Was this helpful?
Configuration for filtering and aggregating values across features.
This can be used to restrict the features considered for aggregation via the boundary
and filters
properties.
It can also be used to specify how to aggregate the values via the aggregation
property.
optional
boundary:
The spatial boundary for what to count or aggregate.
optional
filters:
Attribute filters to determine what gets counted or aggregated.
optional
aggregation:
Specifies how to aggregate values within each category or bin. When omitted, features are counted. When specified, the chosen calculation (avg, sum, etc.) is performed on the specified attribute.
For example, instead of counting buildings in each category, you might want to sum their square footage or average their assessed values.