OpenWeatherMap · Arazzo Workflow
OpenWeatherMap Weather Map Overlay Context
Version 1.0.0
Geocode a city, read its current weather, then fetch a matching weather map tile.
View Spec
View on GitHub
WeatherForecastClimateAir PollutionAir QualitySolarGeocodingHistoryMapsRoad RiskPublic APIsArazzoWorkflows
Provider
Workflows
weather-map-overlay-context
Resolve a city, read current weather, then fetch a weather map tile overlay.
Calls direct geocoding to turn a city query into coordinates, reads current weather at that point, then fetches a PNG weather map tile for the requested layer and z, x, y tile coordinate.
1
geocodeCity
getDirectGeocoding
Resolve the supplied city query into geographic coordinates, keeping the first and best match.
2
currentWeather
getCurrentWeather
Read current weather at the geocoded coordinates to provide ground-truth conditions alongside the map overlay.
3
mapTile
getWeatherMapTile
Fetch the PNG weather map tile for the requested layer and z, x, y tile coordinate to overlay on a base map.
Source API Descriptions
openapi
openapi