Description
This component counts how many features from the first dataset fall within each polygon in the second dataset. The result is the polygon dataset with an added column containing the feature count for each zone.
Inputs
Input dataset [Dataset]— the features to count (points, lines, or polygons)Zone dataset [Dataset]— the polygons defining the counting areas
Outputs
Result dataset [Dataset]— the zone polygons with a new count column
Use Cases
- Counting the number of trees, crime incidents, or businesses within each neighbourhood
- Summarising how many parcels fall within each planning zone
- Checking feature density across administrative boundaries