dcb
2025-06-25 024c9f73fce8ab5f94c3af0c237bcf102a547766
src/main/java/com/se/nsl/service/SimuService.java
@@ -223,6 +223,8 @@
        File depthDir = depthPath.toFile();
        File[] files = depthDir.listFiles();
        for (File tifFile : files) {
            String name = tifFile.getName();
            if (!name.endsWith(TIF_EXTSION)) continue;
            ColumnRow cr = getColumnRow(tifFile, x, y);
            if (cr == null) continue;
            float depth = readPixelValue(cr.dataset, cr.col, cr.row, 1);