Add forecast daypart derivation

This commit is contained in:
2026-05-29 17:12:20 +00:00
parent a885959d39
commit d494550b20
10 changed files with 935 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ This document describes the implemented weather data ingestion boundary.
## Purpose
`internal/adapters/weatherapi` fetches normalized weather data from one
configured weather API endpoint and assembles an `internal/forecast.Bundle`.
configured weather API endpoint and assembles a `forecast.Bundle`.
## Inputs and Outputs