terrain_viewshed
Determine if an observer can see a target at two locations using terrain elevation along the path. Input coordinates and observer/target heights.
Instructions
Line of sight analysis between two points. Determines if an observer at point A can see a target at point B, considering terrain elevation along the path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h1 | No | Observer height above ground in meters (default 2) | |
| h2 | No | Target height above ground in meters (default 0) | |
| lat1 | Yes | Observer latitude in decimal degrees | |
| lat2 | Yes | Target latitude in decimal degrees | |
| lng1 | Yes | Observer longitude in decimal degrees | |
| lng2 | Yes | Target longitude in decimal degrees |