Skip to content

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.

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.

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.

Configured per use: place, language, precision_hint.

  • lat
  • lon
  • timezone
  • location
  • geocode
  • error

Auto-generated from the skill registry (load_skills()). Do not edit by hand.