Skip to content
GitLab
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
04e1abf4
Commit
04e1abf4
authored
3 weeks ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
More log
parent
76a8c8b2
Changes
1
Hide 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 @
04e1abf4
...
...
@@ -186,7 +186,7 @@ def extract_region(output_dir: Path, location_name: str, wkt_str: str, simstadt_
if
result
.
stderr
:
logger
.
error
(
"%s"
,
result
.
stderr
)
raise
ValueError
(
f
"RegionChooser failed with code
{
result
.
returncode
}
"
)
logger
.
info
(
"
DONE
!"
)
logger
.
info
(
f
"
{
output_file
}
has been written
!"
)
return
output_file
...
...
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