get_polygon_centroid# static GeometryOperators.get_polygon_centroid(pts)[source]# Evaluate the centroid of a polygon defined by its points. Parameters: ptsListList of points, with each point defined by its [x,y,z] coordinates. Returns: ListList of [x,y,z] coordinates for the centroid of the polygon.