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
6d84a9ef
Commit
6d84a9ef
authored
Nov 19, 2025
by
Eric Duminil
Browse files
Kontakt
parent
a3ec9d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
citygml_download.py
View file @
6d84a9ef
...
...
@@ -79,6 +79,7 @@ class Bundesland:
source
:
str
=
"Unknown"
info
:
str
=
"Unknown"
license
:
str
=
"CC BY 4.0."
kontakt
:
str
|
None
=
None
# TODO: Add Sequence[CityGML]
# TODO: Get size
# TODO: Get count
...
...
@@ -86,7 +87,6 @@ class Bundesland:
# TODO: Tmp file, TMP_DIR / source.ext?
# TODO: Get coordinates from name?
# TODO: Get UTM from name?
# TODO: Add contact info?
def
__post_init__
(
self
):
self
.
download_folder
.
mkdir
(
parents
=
True
,
exist_ok
=
True
)
...
...
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