Commit 33c6ec83 authored by Eric Duminil's avatar Eric Duminil
Browse files

TODO

parent c1d3acc0
...@@ -158,6 +158,7 @@ class CityGML(ABC): ...@@ -158,6 +158,7 @@ class CityGML(ABC):
Returns: Returns:
True if file is valid, False otherwise True if file is valid, False otherwise
""" """
# TODO: Check if size > 0, and if last tag is present? regardless of Hash / Date
pass pass
def is_up_to_date(self) -> bool: def is_up_to_date(self) -> bool:
......
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