1
0

Keep corridor weather at corridor scale

This commit is contained in:
2026-08-11 18:30:26 -07:00
parent fe58290728
commit 000036450d
+5 -1
View File
@@ -819,8 +819,12 @@ async function mountCity(id: string) {
* immediately with `null`, which is climatology, and the observation * immediately with `null`, which is climatology, and the observation
* replaces it when it lands. * replaces it when it lands.
*/ */
// Weather observations are metro-scoped for the same reason live aircraft
// are: one honest station cannot describe a 600 km corridor. California uses
// the local climatology model; the detailed SF and SoCal boards keep their
// live observations.
weatherWatch = weatherWatch =
access.can.liveEnvironment && access.feeds?.weather id !== "california" && access.can.liveEnvironment && access.feeds?.weather
? tera.watchWeather(entry.city.center, () => { ? tera.watchWeather(entry.city.center, () => {
updateSun(); updateSun();
renderSource(); renderSource();