Skip to content

Commit 8af0b2e

Browse files
authored
DOC: Add missing text to enclosed_tessellation (#722)
1 parent 5f59710 commit 8af0b2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

momepy/elements.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def morphological_tessellation(
7878
a sweet spot between computational inefficiency (when the value is too low)
7979
and suboptimal resulting geometry (when the value is too large). The default
8080
is empirically derived for the use case on building footprints represented in
81-
meters. By default 0.5
81+
map units. By default 0.5
8282
simplify: bool, optional
8383
Whether to attempt to simplify the resulting tesselation boundaries with
8484
``shapely.coverage_simplify``. By default True.
@@ -201,7 +201,8 @@ def enclosed_tessellation(
201201
The maximum distance between points after discretization. A right value is
202202
a sweet spot between computational inefficiency (when the value is too low)
203203
and suboptimal resulting geometry (when the value is too large). The default
204-
is empirically derived for the use case on
204+
is empirically derived for the use case on building footprints represented in
205+
map units. By default 0.5
205206
threshold : float, optional
206207
The minimum threshold for a building to be considered within an enclosure.
207208
Threshold is a ratio of building area which needs to be within an enclosure to

0 commit comments

Comments
 (0)