Commit 6d84a9ef authored by Eric Duminil's avatar Eric Duminil
Browse files

Kontakt

parent a3ec9d0e
......@@ -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)
......
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