her_export_for_lidar
Export heritage monument centroids and metadata for LiDAR cross-referencing, using a bounding box and optional sources.
Instructions
Export heritage assets for LiDAR cross-referencing.
Produces a list of known monument centroids with metadata in the format expected by chuk-mcp-lidar spatial matching.
Args: bbox: Bounding box as "xmin,ymin,xmax,ymax" in BNG (required) include_aim: Include aerial mapping features (when available) include_nhle: Include NHLE designations (default true) gateway_sites: JSON array of Gateway records with easting/northing (output of her_enrich_gateway) to include as known sites output_mode: Response format — "json" (default) or "text"
Returns: Known sites in LiDAR cross-reference format
Tips for LLMs: - bbox is required for LiDAR export - Output includes easting/northing in BNG for spatial matching - Each site has id, source, name, type, monument_type, period - Use her_enrich_gateway first, then pass output as gateway_sites
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| include_aim | No | ||
| output_mode | No | json | |
| include_nhle | No | ||
| gateway_sites | No | [] |