acg_hits
Find all astrocartography lines near a location using birth data. See planetary influences sorted by distance to evaluate how a city affects you.
Instructions
Find all Astrocartography lines (power lines + aspect lines) passing near a specific location. Returns features sorted by distance, making it easy to interpret planetary influences at a place.
✅ USE THIS TOOL FOR: 'Is [city] good for me?', 'What planets affect me in Tokyo?', 'What ACG lines run through Paris for my chart?', 'Which cities are under my Jupiter line?' ❌ NOT FOR: Full global map geometry → use acg_power_lines for that instead.
CREDIT COST: 15 credits per call.
EXAMPLE: All ACG lines within 3° of Paris for a chart born 1990-04-15 in Chicago: birth_datetime='1990-04-15T14:30:00', timezone='America/Chicago', birth_latitude=41.8781, birth_longitude=-87.6298, query_latitude=48.8566, query_longitude=2.3522, radius_deg=3
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bodies | No | List of celestial bodies for line calculation. E.g. ['Sun', 'Moon', 'Venus', 'Mars', 'Jupiter', 'Saturn']. Aliases: 'NorthNode'/'Node'/'Rahu' → MeanNode, 'SouthNode'/'Ketu' → SouthNode. Omit to use all classical planets. | |
| timezone | No | IANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise. | |
| radius_deg | No | Search radius in degrees (default 2°, max 90°). | |
| birth_datetime | Yes | ISO 8601 datetime; zone required — a `Z`/±HH:MM suffix or the `timezone` argument. Date-only resolves to 12:00 UTC. Full rule: server `instructions`. An unstated zone moves every ACG line by ~15° of longitude per hour. | |
| birth_latitude | Yes | Birth latitude in decimal degrees. Resolve from a place name with location_search; never recall coordinates from memory. | |
| query_latitude | Yes | Latitude of the location to check for nearby lines. | |
| birth_longitude | Yes | Birth longitude in decimal degrees. | |
| include_aspects | No | Include aspect lines in results (default true). | |
| query_longitude | Yes | Longitude of the location to check for nearby lines. |