Commit 38dfd33
Full rescan when site coordinates change >1 degree
The planner fast-path (RecomputeForDate) only recalculates altitude profiles
for existing targets. When the site moves significantly (e.g. -37S to 50N),
southern-hemisphere targets would show 0 degrees with no replacement.
Now compares new lat/lon against previous values and triggers a full
ComputeTonightsBestAsync when the difference exceeds 1 degree.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b61853e commit 38dfd33
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
225 | 229 | | |
226 | 230 | | |
227 | 231 | | |
228 | 232 | | |
229 | | - | |
230 | | - | |
231 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
232 | 236 | | |
233 | 237 | | |
234 | 238 | | |
| |||
0 commit comments