conductor(plan): Mark Phase 2 tasks as complete

This commit is contained in:
2026-02-04 21:42:37 +01:00
parent e0a4e9c1bb
commit bf7a01c1db

View File

@@ -0,0 +1,19 @@
# Implementation Plan - Fix River Continuity
## Phase 1: Investigation & Reproduction
- [x] Task: Create a unit test in `tests/test_river_continuity.py`.
- [x] Create two adjacent tiles (simulated).
- [x] Run `_build_flow_distance` for both (with overlapping mosaics).
- [x] Assert that the depth/distance values at the shared edge are identical.
## Phase 2: Logic Fixes
- [x] Task: Review and fix Grid Alignment in `river_erosion.py` (e0a4e9c).
- [ ] Ensure `_tile_geotransform` uses a global origin snapping if needed.
- [ ] Verify `mosaic_bounds` calculation.
- [x] Task: Improve Rasterization Quality. (e0a4e9c)
- [ ] Consider densifying geometries before rasterization to ensure smooth gradients.
## Phase 3: Verification
- [ ] Task: Run the pipeline on a 2x1 tile area.
- [ ] Task: Inspect the seam.