Commit 127eb748 authored by Eric Duminil's avatar Eric Duminil
Browse files

more doc

parent 5b3c5107
......@@ -43,6 +43,7 @@ WKT = "POLYGON((9.942183 49.804010, 9.942301 49.802740, 9.945477 49.802698, 9.94
########################
# TREES #
########################
EXISTING_TREES = 'existing_trees/baumkataster/Baum.shp'
# Replace with None if no existing tree should be imported.
# EXISTING_TREES = None
......@@ -55,6 +56,8 @@ TREE_DISTANCE = 25 # [m]
# Unless there's already another tree closer than MIN_DISTANCE away:
MIN_DISTANCE = 10 # [m]
# Tree properties, which will be used for every added tree:
TREE_SPECIES = 'Acer platanoides' # Should be known by Tree-DB
TREE_CROWN_DIAMETER = 8 # [m]
TREE_HEIGHT = 12 # [m]
......
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