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
4cf8289b
Commit
4cf8289b
authored
Oct 30, 2025
by
Eric Duminil
Browse files
param order
parent
c4a4fc12
Changes
1
Hide whitespace changes
Inline
Side-by-side
citygml.py
View file @
4cf8289b
...
...
@@ -42,9 +42,10 @@ class CityGML(ABC):
url
:
str
path
:
Path
coordinate_reference_system
:
str
source
:
str
bundesland
:
str
coordinate_reference_system
:
str
=
"Unknown"
source
:
str
=
"Unknown"
license
:
str
=
"CC BY 4.0."
@
property
def
filename
(
self
)
->
str
:
...
...
@@ -210,7 +211,7 @@ class CityGMLWithCustomVerify(CityGML):
obj.verify_func = lambda path: os.path.getsize(path) > 1000
"""
verify_func
:
Callable
[[
Path
],
bool
]
=
lambda
path
:
Tru
e
verify_func
:
Callable
[[
Path
],
bool
]
=
lambda
_
path
:
Fals
e
def
verify
(
self
,
file_path
:
Path
)
->
bool
:
"""Verify file using custom function."""
...
...
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