thermograph/backend/data
Emi Griffith c50277f690
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
Gate MET forecast days on diurnal sample coverage
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
..
__init__.py Subtree-merge thermograph-backend (origin/main) into backend/ 2026-07-22 22:01:11 -07:00
cities.py Subtree-merge thermograph-backend (origin/main) into backend/ 2026-07-22 22:01:11 -07:00
city_events.py Subtree-merge thermograph-backend (origin/main) into backend/ 2026-07-22 22:01:11 -07:00
climate.py Gate MET forecast days on diurnal sample coverage 2026-07-24 15:21:50 -07:00
climate_store.py Add cheap, stable content-page cache token (#47) 2026-07-24 19:30:38 +00:00
era5lake.py ERA5 lake: bucket-hosted history primary + SQL indexer service (#15) 2026-07-23 21:20:35 +00:00
grading.py Subtree-merge thermograph-backend (origin/main) into backend/ 2026-07-22 22:01:11 -07:00
grid.py Subtree-merge thermograph-backend (origin/main) into backend/ 2026-07-22 22:01:11 -07:00
meteostat.py Migrate off the Open-Meteo weather API (Phases 0-4) 2026-07-23 14:34:51 +00:00
places.py Migrate off the Open-Meteo weather API (Phases 0-4) 2026-07-23 14:34:51 +00:00
scoring.py Subtree-merge thermograph-backend (origin/main) into backend/ 2026-07-22 22:01:11 -07:00
store.py Subtree-merge thermograph-backend (origin/main) into backend/ 2026-07-22 22:01:11 -07:00