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
35569a34
Commit
35569a34
authored
Nov 24, 2025
by
Eric Duminil
Browse files
not needed anymore
parent
bf390623
Changes
1
Show whitespace changes
Inline
Side-by-side
04_brandenburg.py
View file @
35569a34
...
@@ -26,7 +26,6 @@ if __name__ == "__main__":
...
@@ -26,7 +26,6 @@ if __name__ == "__main__":
for
line
in
html
:
for
line
in
html
:
if
m
:
=
ZIP_AND_DATE
.
search
(
line
):
if
m
:
=
ZIP_AND_DATE
.
search
(
line
):
name
,
date
=
m
.
groups
()
name
,
date
=
m
.
groups
()
print
(
date
)
citygmls
.
append
(
citygmls
.
append
(
CityGMLWithDate
(
CityGMLWithDate
(
url
=
BRANDENBURG
.
source
+
name
,
url
=
BRANDENBURG
.
source
+
name
,
...
...
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