terrain_slope
Calculate the slope gradient between two geographic points, including angle in degrees, percentage, and terrain classification.
Instructions
Calculate the slope (gradient) between two geographic points, including angle in degrees, percentage, and terrain classification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat1 | Yes | First point latitude in decimal degrees | |
| lat2 | Yes | Second point latitude in decimal degrees | |
| lng1 | Yes | First point longitude in decimal degrees | |
| lng2 | Yes | Second point longitude in decimal degrees |