aggregate_overpass_h3
Analyzes spatial density by executing Overpass queries and binning results into H3 hexagons at a specified resolution for geospatial data aggregation.
Instructions
Executes an Overpass query and bins the results into H3 hexagons at a specified resolution to analyze spatial density.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | No | A text location to search for (e.g. 'Seattle'). | |
| bbox | No | The bounding box geometry to parse. | |
| query | Yes | The Overpass QL core query (e.g. `nwr["amenity"="cafe"]`). | |
| resolution | Yes | The H3 resolution level (0-15) for binning. Default is 8. |