Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
8 months ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Ignore new folder
parent
e6709f76
master
gPMayer2-master-patch-26512
gPMayer2-master-patch-49202
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
enrich-citygml-with-greenarea/.gitignore
+1
-0
enrich-citygml-with-greenarea/.gitignore
enrich-citygml-with-greenarea/src/main/java/de/hft/stuttgart/scripts/PrepareDataForMarieke.java
+1
-1
.../java/de/hft/stuttgart/scripts/PrepareDataForMarieke.java
with
2 additions
and
1 deletion
+2
-1
enrich-citygml-with-greenarea/.gitignore
+
1
-
0
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
...
...
This diff is collapsed.
Click to expand it.
enrich-citygml-with-greenarea/src/main/java/de/hft/stuttgart/scripts/PrepareDataForMarieke.java
+
1
-
1
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
);
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets