Geocode
Module · Stable
Resolve a place name to latitude, longitude, timezone, and display label using Open-Meteo geocoding.
Calls the Open-Meteo geocoding API (no API key required) to resolve a city or place name (e.g. ‘Prague’, ‘Vancouver, BC’) to coordinates and IANA timezone. The lat, lon, and timezone outputs are the primary inputs to the weather module — chain geocode → weather for location-aware weather reports. language affects only the location display label, not the coordinates.
When to use
Section titled “When to use”Use when a workflow receives a free-text place name (e.g. from an Ask Actor response or a contact field) and a downstream step — typically Weather — needs lat, lon, and timezone. The output feeds directly into the Weather tile’s required inputs.
When not to use
Section titled “When not to use”Skip this tile when the context already contains numeric coordinates — pass lat/lon directly to Weather via Set values instead. For enriching a contact or entity record with a resolved location label, write the output into context with Set values and then Update Contact rather than treating Geocode as a storage step.
Inputs
Section titled “Inputs”Configured per use: place, language, precision_hint.
Outputs
Section titled “Outputs”Auto-generated from the skill registry (load_skills()). Do not edit by hand.