Files
GeoData/tests/test_heightmaps_optimization.py
s0wlz (Matthias Puchstein) c9d7677b15 perf(heightmaps): Use in-memory warping for heightmap export
Improved performance and reduced disk I/O by using GDAL's MEM driver for intermediate warp operations. The warped dataset is now passed directly to the translate step without being written to a temporary file.
2026-02-03 23:15:01 +01:00

2.7 KiB