Commit 80c622f2 authored by Eric Duminil's avatar Eric Duminil
Browse files

TODOs

parent 800a5674
...@@ -86,6 +86,8 @@ class Bundesland: ...@@ -86,6 +86,8 @@ class Bundesland:
# TODO: Get count # TODO: Get count
# TODO: Define Germany # TODO: Define Germany
# TODO: Tmp file, TMP_DIR / source.ext? # TODO: Tmp file, TMP_DIR / source.ext?
# TODO: Get coordinates from name?
# TODO: Get UTM from name?
def __post_init__(self): def __post_init__(self):
self.download_folder.mkdir(parents=True, exist_ok=True) 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