cats_projects_near
Find CATS capital projects near an address or coordinates. Get project names, descriptions, funding status, and geometry type within a search radius.
Instructions
Find CATS (Charlotte Area Transit System) capital projects near an address or coordinate.
Queries both the point layer (e.g. stations) and the line layer (e.g. transit corridors/tracks) and merges the results.
Args: address: Free-form address. Provide this OR lat/lon. lat: Latitude, used with lon instead of address. lon: Longitude, used with lat instead of address. radius_m: Search radius in meters (default 1600).
Returns: Dict with the resolved location, a list of CATS projects (name, description, funding status, geometry type), and a "summary".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| address | No | ||
| radius_m | No |