张洋洋
2025-02-10 36abe49367dc914eb1f5ccf9a9f253080b69d04d
src/main/java/com/se/simu/utils/SemUtils.java
@@ -14,7 +14,7 @@
    }
    public static void semToCityJson() throws Exception {
        //sem转cityjson
        SEM sem2 = new SEM("D:\\城市内涝\\sem\\tongzhou\\tongzhou\\landuse.sem");
        sem2.writeToCityJSON("D:\\城市内涝\\sem\\tongzhou\\tongzhou\\landuse\\landuse.json");
        SEM sem2 = new SEM("D:\\uwsolver\\tongzhou\\raingage.sem");
        sem2.writeToCityJSON("D:\\uwsolver\\tongzhou\\raingage.json");
    }
}