Commit dc9ea367 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated CityGML

parent 36c43622
......@@ -57,7 +57,7 @@ public class PrepareDataForMarieke
private static void processGrombühl() throws IOException, CityGMLContextException, CityGMLReadException,
InterruptedException, CityGMLWriteException, JAXBException, ParseException {
File folder = new File("data/Philip/Test");
String gml = "altstadt.gml";
String gml = "WürzburgKlimaBäume.gml";
File[] shapefiles = folder.listFiles((dir, name) -> name.endsWith(".shp"));
for (File shapefile : shapefiles) {
System.err.println(">>> " + shapefile);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment