Gate MET forecast days on diurnal sample coverage #63

Merged
admin_emi merged 1 commit from fix/metno-coverage-gate into dev 2026-07-24 22:23:53 +00:00

1 commit

Author SHA1 Message Date
Emi Griffith
c50277f690 Gate MET forecast days on diurnal sample coverage
All checks were successful
secrets-guard / encrypted (pull_request) Successful in 6s
shell-lint / shellcheck (pull_request) Successful in 8s
PR build (required check) / build-backend (pull_request) Successful in 1m2s
PR build (required check) / changes (pull_request) Successful in 13s
PR build (required check) / build-frontend (pull_request) Has been skipped
PR build (required check) / validate-observability (pull_request) Has been skipped
PR build (required check) / gate (pull_request) Successful in 2s
MET's series starts mid-today and thins toward the tail, and the parser
graded whatever samples a day happened to have: the current day was built
from the remaining afternoon hours (seen live on prod: an 'overnight low'
of 114.8F graded at the ~100th percentile) and the final day can collapse
to one sample with tmin == tmax. A day now needs its samples to span at
least 18 hours before it is emitted — full hourly days and the 0/6/12/18
6-hourly far-term shape both pass; partial today and the degenerate tail
are dropped instead of being served as false extremes.
2026-07-24 15:21:50 -07:00