weather.location.geocode
Convert location names to geographic coordinates or reverse geocode coordinates to location names for weather data integration and mapping applications.
Instructions
Geocode a location query to coordinates
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Location name or coordinates to geocode | |
| type | No | Geocoding direction: forward (name to coords) or reverse (coords to name) | |
| limit | No | Max number of results (1-5) |