This commit is contained in:
2025-01-26 19:24:23 -08:00
parent 32cd60e92b
commit d1dde0dbc6
4155 changed files with 29170 additions and 216373 deletions

View File

@@ -81,7 +81,7 @@ def is_ccw(geometry, **kwargs):
Parameters
----------
geometry : Geometry or array_like
This function will return False for non-linear goemetries and for
This function will return False for non-linear geometries and for
lines with fewer than 4 points (including the closing point).
**kwargs
See :ref:`NumPy ufunc docs <ufuncs.kwargs>` for other keyword arguments.
@@ -748,7 +748,7 @@ def equals(a, b, **kwargs):
def intersects(a, b, **kwargs):
"""Returns True if A and B share any portion of space.
Intersects implies that overlaps, touches and within are True.
Intersects implies that overlaps, touches, covers, or within are True.
Parameters
----------