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
5c912ce9
Commit
5c912ce9
authored
Nov 03, 2025
by
Eric Duminil
Browse files
Should always download, in case it got updated
parent
37c0746d
Changes
1
Hide whitespace changes
Inline
Side-by-side
09_niedersachsen.py
View file @
5c912ce9
...
...
@@ -38,8 +38,7 @@ NIEDERSACHSEN = Bundesland(
if
__name__
==
"__main__"
:
local_json_path
=
TMP_DIR
/
"niedersachsen_lod2.geojson"
if
not
local_json_path
.
exists
():
download_file
(
NIEDERSACHSEN
.
source
,
local_json_path
)
download_file
(
NIEDERSACHSEN
.
source
,
local_json_path
)
with
open
(
local_json_path
)
as
json_file
:
data
=
json
.
load
(
json_file
)
...
...
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