Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mayer
CircularGreenSimCity
Commits
43f04eee
Commit
43f04eee
authored
Sep 04, 2024
by
Eric Duminil
Browse files
Ignore new folder
parent
e6709f76
Changes
2
Hide whitespace changes
Inline
Side-by-side
enrich-citygml-with-greenarea/.gitignore
View file @
43f04eee
...
...
@@ -3,6 +3,7 @@
# Edit at https://www.gitignore.io/?templates=java,maven,macos,linux,eclipse,windows,netbeans,intellij
data/Marieke
data/Philip
data/*.gml
...
...
enrich-citygml-with-greenarea/src/main/java/de/hft/stuttgart/scripts/PrepareDataForMarieke.java
View file @
43f04eee
...
...
@@ -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
=
"
Polygon 1
.gml"
;
String
gml
=
"
altstadt
.gml"
;
File
[]
shapefiles
=
folder
.
listFiles
((
dir
,
name
)
->
name
.
endsWith
(
".shp"
));
for
(
File
shapefile
:
shapefiles
)
{
System
.
err
.
println
(
">>> "
+
shapefile
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment