Commit 43f04eee authored by Eric Duminil's avatar Eric Duminil
Browse files

Ignore new folder

parent e6709f76
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# Edit at https://www.gitignore.io/?templates=java,maven,macos,linux,eclipse,windows,netbeans,intellij # Edit at https://www.gitignore.io/?templates=java,maven,macos,linux,eclipse,windows,netbeans,intellij
data/Marieke data/Marieke
data/Philip
data/*.gml data/*.gml
......
...@@ -57,7 +57,7 @@ public class PrepareDataForMarieke ...@@ -57,7 +57,7 @@ public class PrepareDataForMarieke
private static void processGrombühl() throws IOException, CityGMLContextException, CityGMLReadException, private static void processGrombühl() throws IOException, CityGMLContextException, CityGMLReadException,
InterruptedException, CityGMLWriteException, JAXBException, ParseException { InterruptedException, CityGMLWriteException, JAXBException, ParseException {
File folder = new File("data/Philip/Test"); File folder = new File("data/Philip/Test");
String gml = "Polygon 1.gml"; String gml = "altstadt.gml";
File[] shapefiles = folder.listFiles((dir, name) -> name.endsWith(".shp")); File[] shapefiles = folder.listFiles((dir, name) -> name.endsWith(".shp"));
for (File shapefile : shapefiles) { for (File shapefile : shapefiles) {
System.err.println(">>> " + shapefile); 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