Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
Get Baden-Württemberg CityGML Opendata
Commits
d3baa434
Commit
d3baa434
authored
2 months ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Make sure regionchooser also works with accents on Windows
parent
8b7cf643
master
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
download_LoD2_from_LGL_BW.py
+1
-1
download_LoD2_from_LGL_BW.py
with
1 addition
and
1 deletion
+1
-1
download_LoD2_from_LGL_BW.py
+
1
-
1
View file @
d3baa434
...
...
@@ -163,7 +163,7 @@ def extract_region(output_dir: Path, location_name: str, wkt_str: str, simstadt_
with
open
(
wkt_path
,
'w'
)
as
f
:
f
.
write
(
local_wkt
)
with
open
(
params_path
,
'w'
)
as
f
:
with
open
(
params_path
,
'w'
,
encoding
=
'utf-8'
)
as
f
:
f
.
write
(
"--input
\n
"
)
f
.
write
(
','
.
join
(
f
"
{
gml
.
as_posix
()
}
"
for
gml
in
gml_inputs
))
f
.
write
(
"
\n
"
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets