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
7e39bcda
Commit
7e39bcda
authored
Nov 18, 2025
by
Eric Duminil
Browse files
Showing cleaner info about Bundesland
parent
ae4593d7
Changes
1
Show whitespace changes
Inline
Side-by-side
citygml_download.py
View file @
7e39bcda
...
@@ -94,6 +94,12 @@ class Bundesland:
...
@@ -94,6 +94,12 @@ class Bundesland:
def
download_folder
(
self
)
->
Path
:
def
download_folder
(
self
)
->
Path
:
return
DOWNLOAD_DIR
/
self
.
name
.
lower
().
replace
(
"-"
,
"_"
).
replace
(
"ü"
,
"ue"
)
return
DOWNLOAD_DIR
/
self
.
name
.
lower
().
replace
(
"-"
,
"_"
).
replace
(
"ü"
,
"ue"
)
def
__str__
(
self
)
->
str
:
return
self
.
name
def
__repr__
(
self
)
->
str
:
return
f
"Bundesland(
{
self
.
name
}
)"
@
dataclass
@
dataclass
class
CityGML
(
ABC
):
class
CityGML
(
ABC
):
...
...
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