"...git@transfer.hft-stuttgart.de:knight/adaptivetests.git" did not exist on "ceb3fd150319c18551e818788f2a467c161111cc"
Commit e8b773c8 authored by Eric Duminil's avatar Eric Duminil
Browse files

TODO

parent 80c622f2
...@@ -22,6 +22,7 @@ DOWNLOAD_DIR = SCRIPT_DIR / "citygml" ...@@ -22,6 +22,7 @@ DOWNLOAD_DIR = SCRIPT_DIR / "citygml"
TMP_DIR.mkdir(parents=True, exist_ok=True) TMP_DIR.mkdir(parents=True, exist_ok=True)
# TODO: Move to Bundesland?
def download_all_files( def download_all_files(
files: Sequence["CityGML"], tmp_dir: Path = TMP_DIR, jobs: int = 3, retries: int = 2, sleep: int = 5 files: Sequence["CityGML"], tmp_dir: Path = TMP_DIR, jobs: int = 3, retries: int = 2, sleep: int = 5
): ):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment