Commit 3a97c5b
Fetch all station polygons without limit
Removed the .slice(0, 30) limit on polygon fetches. All stations with
position data now get their polygons fetched in parallel. This was
causing Florida stations (rank 31+) to be missing from longer time
windows where more European stations pushed them past the cutoff.
Also sort by messagesWithPosition descending so stations with the
richest polygon data are fetched first.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fcfc81f commit 3a97c5b
1 file changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
0 commit comments