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"); } }