Commit f7f275de authored by Eric Duminil's avatar Eric Duminil
Browse files

percentages are okay

parent 9693496d
......@@ -69,9 +69,9 @@ MIN_DISTANCE = 10 # [m]
# parameter will be used if it is a string or a number
TREE_SPECIES = {
# Keys should be known by Tree-DB.
# Values should be probabilities, adding to 1.0
'Robinia pseudoacacia': 0.5,
'Acer platanoides': 0.5
# Values should be probabilities
'Robinia pseudoacacia': 60,
'Acer platanoides': 40
}
TREE_CROWN_DIAMETER = [4, 6, 8] # [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