Skip to content

Commit

Permalink
change default dist tree-tree/ tree-building to 50m
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrunn committed Oct 23, 2024
1 parent 937b5a9 commit 2df3a5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def numsamplecheck(number_samples, rastername):
_(
f"The chosen number of pixels {number_samples} is exceeding the total number of ",
f"non-null pixels in the given rastermap {rastername}. ",
f"The number of pixels will be set to the maximal amount of {raster_samples}."
f"The number of pixels will be set to the maximal amount of {raster_samples}.",
)
)
number_samples = raster_samples
Expand Down Expand Up @@ -302,7 +302,7 @@ def main():
patch_list = [
"trees_trainpnts",
"false_trees_trainpnts",
"notrees_trainpnts"
"notrees_trainpnts",
]
else:
patch_list = [trees_basemap, "false_trees", "notrees"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# % type: integer
# % required: yes
# % label: Range in which is searched for neighbouring buildings
# % answer: 500
# % answer: 50
# % guisection: Parameters
# %end

Expand All @@ -80,7 +80,7 @@
# % type: integer
# % required: yes
# % label: Range in which is searched for neighbouring trees
# % answer: 500
# % answer: 50
# % guisection: Parameters
# %end

Expand Down

0 comments on commit 2df3a5e

Please sign in to comment.