Files
worldmonitor/scripts
Elie Habib 1dc0677ca5 fix(seed-webcams): prevent infinite recursion on Windy API offset limit (#1559)
Windy API returns 400 at ~1050 offset globally regardless of bounding
box size. The quadrant-splitting on 400 caused infinite recursion since
every sub-region hit the same limit.

On 400: keep cameras already fetched, stop paginating. The 10K cap
split is retained with MAX_SPLIT_DEPTH=3 to prevent runaway recursion.
2026-03-14 10:23:20 +04:00
..