File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments