Skip to content

Implement GeoSeries: type, unary_union, delaunay_triangles, voronoi_polygons, disjoint, m #2725

@jiayuasu

Description

@jiayuasu

Description

Implement Tier 2 batch D GeoSeries functions for the geopandas compatibility module.

Functions to implement:

  • type — property returning geometry type names (alias for geom_type)
  • unary_union — deprecated property that delegates to union_all()
  • delaunay_triangles — element-wise Delaunay triangulation via ST_DelaunayTriangles
  • voronoi_polygons — element-wise Voronoi diagram via ST_VoronoiPolygons
  • disjoint — binary predicate via ST_Disjoint
  • m — returns M coordinate via ST_M

Not included (blocked by upstream bugs):

Part of #2230.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions