conductor(plan): Mark task 'Implement windowed reading' as complete

This commit is contained in:
2026-02-03 23:13:04 +01:00
parent f9668f0549
commit db5ed54aa4

View File

@@ -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).