Commit f2af4b9
authored
Record accuracy sweep round 2: hillshade, terrain, perlin clean (#1182)
Audited three highest-priority never-inspected modules for numerical
accuracy issues. All passed with no bugs found:
- hillshade: Horn's method matches GDAL, all 4 backends consistent
- terrain: Perlin/Worley/ridged noise correct, dask chunk boundaries
produce bit-identical results vs numpy
- perlin: improved Perlin noise (quintic fade) verified, continuous at
cell boundaries, backends consistent1 parent 26e14bd commit f2af4b9
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
0 commit comments