her_count_aerial
Count aerial mapping features within a bounding box using monument type and period filters. Use before searching to estimate result size.
Instructions
Count aerial mapping features in an area (fast, no geometry returned).
Returns a quick count of AIM features matching spatial and attribute filters. Use before her_search_aerial to gauge result size.
Args: bbox: Bounding box as "xmin,ymin,xmax,ymax" in BNG (EPSG:27700) monument_type: Monument type keyword (e.g. "ENCLOSURE", "MOUND") period: Period filter (e.g. "IRON AGE", "ROMAN") output_mode: Response format — "json" (default) or "text"
Returns: Feature count
Tips for LLMs: Call this before her_search_aerial to check how many features match before fetching full records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| period | No | ||
| output_mode | No | json | |
| monument_type | No |