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
127eb748
Commit
127eb748
authored
Nov 08, 2024
by
Eric Duminil
Browse files
more doc
parent
5b3c5107
Changes
1
Hide whitespace changes
Inline
Side-by-side
python_scripts/add_trees_to_open_street_map/add_trees.py
View file @
127eb748
...
...
@@ -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]
...
...
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