acg_hits
Find all astrocartography lines (power and aspect) near a location. Results sorted by distance reveal planetary influences, enabling interpretation of how a place connects to a birth chart.
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', 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 |
|---|---|---|---|
| birth_datetime | Yes | ISO 8601 natal birth date/time. | |
| birth_latitude | Yes | Birth latitude in decimal degrees. | |
| birth_longitude | Yes | Birth longitude in decimal degrees. | |
| query_latitude | Yes | Latitude of the location to check for nearby lines. | |
| query_longitude | Yes | Longitude of the location to check for nearby lines. | |
| radius_deg | No | Search radius in degrees (default 2°, max 90°). | |
| 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. | |
| include_aspects | No | Include aspect lines in results (default true). |