diff --git a/python/latest/404.html b/python/latest/404.html index 288f1c2e..edb8fd4c 100644 --- a/python/latest/404.html +++ b/python/latest/404.html @@ -20,7 +20,7 @@ -
Returns:
Float64Array
Array with area values.
PointArray
Array with center values.
Array with centroid values.
LineStringArray | PolygonArray | MultiLineStringArray | MultiPolygonArray
Smoothed geometry array.
PolygonArray
Array with convex hull polygons.
Densified geometry array
RectArray
Array with axis-aligned bounding boxes.
BooleanArray
Result array.
Array with output values.
PointArray | LineStringArray | PolygonArray | MultiPointArray | MultiLineStringArray | MultiPolygonArray
Simplified geometry array.
from_arrow(ob: ArrowArrayExportable) -> Self +from_arrow(input: ArrowArrayExportable) -> Self Construct this object from existing Arrow data + + + Parameters: + + + input + (ArrowArrayExportable) + – + + Arrow array to use for constructing this object + + + + + + + Returns: + + + Self + – + + Self + + + +
from_arrow(input: ArrowArrayExportable) -> Self
Construct this object from existing Arrow data
Parameters:
input
ArrowArrayExportable
Arrow array to use for constructing this object
Self
WKBArray
An array with WKB-formatted geometries