张洋洋
2025-02-10 c3137476e71b28cb77f52d24b2714cee336fc2f4
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\\grid.sem");
        sem2.writeToCityJSON("D:\\城市内涝\\sem\\tongzhou\\tongzhou\\grid\\grid.json");
        SEM sem2 = new SEM("D:\\城市内涝\\sem\\tongzhou\\tongzhou\\landuse.sem");
        sem2.writeToCityJSON("D:\\城市内涝\\sem\\tongzhou\\tongzhou\\landuse\\landuse.json");
    }
}