Skip to content

Geopandas: Implement intersection_all #2482

@Subham-KRLX

Description

@Subham-KRLX

Implements the convex_hull property for GeoSeries as part of #2230.

Implementation Details

  • Uses ST_ConvexHull Sedona function
  • Modeled after centroid implementation
  • Returns smallest convex polygon containing all points in each geometry

Testing

  • Added test with docstring examples in test_geoseries.py
  • Added comparison test against geopandas in test_match_geopandas_series.py

Related to #2230

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions