jiayuasu opened a new issue, #2725: URL: https://github.com/apache/sedona/issues/2725
### 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):** - `geom_equals` — blocked by #2722 (`ST_Equals` crashes on `GeometryCollection`) - `frechet_distance` — blocked by #2720 (`ST_FrechetDistance` returns 0.0 for empty geometries) - `hausdorff_distance` — blocked by #2721 (`ST_HausdorffDistance` returns 0.0 for empty geometries) Part of #2230. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
