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
e8b773c8
Commit
e8b773c8
authored
Oct 30, 2025
by
Eric Duminil
Browse files
TODO
parent
80c622f2
Changes
1
Show whitespace changes
Inline
Side-by-side
citygml_download.py
View file @
e8b773c8
...
...
@@ -22,6 +22,7 @@ DOWNLOAD_DIR = SCRIPT_DIR / "citygml"
TMP_DIR
.
mkdir
(
parents
=
True
,
exist_ok
=
True
)
# TODO: Move to Bundesland?
def
download_all_files
(
files
:
Sequence
[
"CityGML"
],
tmp_dir
:
Path
=
TMP_DIR
,
jobs
:
int
=
3
,
retries
:
int
=
2
,
sleep
:
int
=
5
):
...
...
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