Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions momepy/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def morphological_tessellation(
a sweet spot between computational inefficiency (when the value is too low)
and suboptimal resulting geometry (when the value is too large). The default
is empirically derived for the use case on building footprints represented in
meters. By default 0.5
map units. By default 0.5
simplify: bool, optional
Whether to attempt to simplify the resulting tesselation boundaries with
``shapely.coverage_simplify``. By default True.
Expand Down Expand Up @@ -201,7 +201,8 @@ def enclosed_tessellation(
The maximum distance between points after discretization. A right value is
a sweet spot between computational inefficiency (when the value is too low)
and suboptimal resulting geometry (when the value is too large). The default
is empirically derived for the use case on
is empirically derived for the use case on building footprints represented in
map units. By default 0.5
threshold : float, optional
The minimum threshold for a building to be considered within an enclosure.
Threshold is a ratio of building area which needs to be within an enclosure to
Expand Down
Loading