Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
Germany Open-Data CityGML
Commits
3d4c55ae
Commit
3d4c55ae
authored
Nov 07, 2025
by
Eric Duminil
Browse files
Date
parent
9b733450
Changes
1
Hide whitespace changes
Inline
Side-by-side
01_baden_wuerttemberg.py
View file @
3d4c55ae
...
@@ -25,6 +25,7 @@ if __name__ == "__main__":
...
@@ -25,6 +25,7 @@ if __name__ == "__main__":
import
matplotlib.pyplot
as
plt
import
matplotlib.pyplot
as
plt
for
feature
in
data
[
"features"
]:
for
feature
in
data
[
"features"
]:
x
,
y
=
feature
[
'bbox'
][:
2
]
x
,
y
=
feature
[
'bbox'
][:
2
]
date
=
feature
[
'properties'
][
'produktionsdatum'
]
or
'1970-01-01'
xs
.
append
(
x
)
xs
.
append
(
x
)
ys
.
append
(
y
)
ys
.
append
(
y
)
# citygmls.append(
# citygmls.append(
...
...
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