SundaySee
2025-05-14 569e0bbaf8cca5ec85afe9d6a6252a83e6e2b88b
src/test/java/com/se/nsl/AppTest.java
@@ -39,10 +39,16 @@
    @Test
    public void test() {
        //procDepthFiles();
        System.out.println("> test ----------------------");
        readZarr();
        //procDepthFiles();
        //readZarr();
        //collectPngToList();
        SimpleDateFormat YYYYMMDDHHMM = new SimpleDateFormat("yyyy MM dd HH mm ");
        System.out.println(YYYYMMDDHHMM.format(new Date()));
        SimpleDateFormat YYYYMDHM = new SimpleDateFormat("yyyy M d H m ");
        System.out.println(YYYYMDHM.format(new Date()));
    }
    private void procDepthFiles() {