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
a7f4ea9a
Commit
a7f4ea9a
authored
Nov 28, 2025
by
Eric Duminil
Browse files
TODO
parent
66d66e7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
georss_download.py
View file @
a7f4ea9a
...
...
@@ -24,6 +24,7 @@ def parse_atom_georss(bundesland: Bundesland) -> list[ZipFile]:
source_date
=
datetime
.
strptime
(
updated_date
,
"%Y-%m-%dT%H:%M:%SZ"
)
for
file_elem
in
root
.
findall
(
"atom:entry/atom:link"
,
ns
):
href
=
file_elem
.
attrib
[
"href"
]
# TODO: Check if source_date is specified for each ZipFile
if
href
.
endswith
(
".zip"
):
zip_files
.
append
(
ZipFile
(
...
...
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