Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mayer
CircularGreenSimCity
Commits
44ae3e56
Commit
44ae3e56
authored
Sep 05, 2024
by
Eric Duminil
Browse files
FIXME
parent
3539d249
Changes
1
Hide whitespace changes
Inline
Side-by-side
python_scripts/add_trees_to_open_street_map/add_trees.py
View file @
44ae3e56
...
...
@@ -262,6 +262,7 @@ def export_shapefile(bounds: Bounds, forest: Forest, epsg_id: int) -> None:
'x'
:
t
.
x
,
'y'
:
t
.
y
,
'Bezeichnun'
:
t
.
description
,
'Baumart'
:
t
.
type
,
'Baumhöhe'
:
t
.
height
,
'Kronenbrei'
:
t
.
diameter
,
# FIXME: Stammumfan: trunk_diameter is wrong
'Stammumfan'
:
t
.
trunk_diameter
,
'Quelle'
:
t
.
source
}
for
t
in
forest
]
...
...
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