Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CircularGreenSimCity
CircularGreenSimCity
Commits
f7f275de
Commit
f7f275de
authored
Dec 03, 2024
by
Eric Duminil
Browse files
percentages are okay
parent
9693496d
Changes
1
Hide whitespace changes
Inline
Side-by-side
python_scripts/add_trees_to_open_street_map/add_trees.py
View file @
f7f275de
...
...
@@ -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'
:
6
0
,
'Acer platanoides'
:
4
0
}
TREE_CROWN_DIAMETER
=
[
4
,
6
,
8
]
# [m]
...
...
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