This node generate the smallest convex Polygon containing all the points in each geometry. The convex hull of a geometry is the smallest convex Polygon containing all the points in each geometry, unless the number of points in the geometric object is less than three. For two points, the convex hull collapses to a LineString; for 1, a Point.
The node is based on the GeoPandas project and uses the following related information and function: