Commit 44ae3e56 authored by Eric Duminil's avatar Eric Duminil
Browse files

FIXME

parent 3539d249
...@@ -262,6 +262,7 @@ def export_shapefile(bounds: Bounds, forest: Forest, epsg_id: int) -> None: ...@@ -262,6 +262,7 @@ def export_shapefile(bounds: Bounds, forest: Forest, epsg_id: int) -> None:
'x': t.x, 'y': t.y, 'x': t.x, 'y': t.y,
'Bezeichnun': t.description, 'Baumart': t.type, 'Bezeichnun': t.description, 'Baumart': t.type,
'Baumhöhe': t.height, 'Kronenbrei': t.diameter, 'Baumhöhe': t.height, 'Kronenbrei': t.diameter,
# FIXME: Stammumfan: trunk_diameter is wrong
'Stammumfan': t.trunk_diameter, 'Quelle': t.source 'Stammumfan': t.trunk_diameter, 'Quelle': t.source
} }
for t in forest] for t in forest]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment