From db5ed54aa4adefb9157a25172d741af985cab985 Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Tue, 3 Feb 2026 23:13:04 +0100 Subject: [PATCH] conductor(plan): Mark task 'Implement windowed reading' as complete --- conductor/tracks/fix_memory_subprocess_20260203/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor/tracks/fix_memory_subprocess_20260203/plan.md b/conductor/tracks/fix_memory_subprocess_20260203/plan.md index 24be4ce..9218379 100644 --- a/conductor/tracks/fix_memory_subprocess_20260203/plan.md +++ b/conductor/tracks/fix_memory_subprocess_20260203/plan.md @@ -6,7 +6,7 @@ - [ ] Ensure all callers pass lists of strings correctly. ## Phase 2: Fix Memory Leak in buildings.py -- [ ] Task: Implement windowed reading for ground snapping +- [x] Task: Implement windowed reading for ground snapping (f9668f0) - [ ] Calculate `srcwin` (xoff, yoff, xsize, ysize) based on tile bounds and VRT geotransform. - [ ] Update `ReadAsArray` to use the calculated window. - [ ] Handle edge cases (partial overlap).