jiayuasu opened a new pull request, #2683: URL: https://github.com/apache/sedona/pull/2683
## Add SVG visuals for geometry processing functions Part of https://github.com/apache/sedona/issues/2678 — Phase 3 (Geometry Processing) ### Summary Adds conceptual SVG illustrations for **21 geometry processing functions** across all 3 doc variants (SQL, Flink, Snowflake). ### Functions covered | Category | Functions | |----------|-----------| | Construction | ST_BuildArea, ST_Polygonize | | Point result | ST_Centroid, ST_GeometricMedian, ST_LabelPoint, ST_PointOnSurface | | Hull / Envelope | ST_ConvexHull, ST_ConcaveHull, ST_OrientedEnvelope | | Simplification | ST_Simplify, ST_SimplifyPreserveTopology, ST_SimplifyVW, ST_SimplifyPolygonHull, ST_ReducePrecision | | Triangulation | ST_DelaunayTriangles, ST_TriangulatePolygon, ST_VoronoiPolygons | | Circle | ST_MaximumInscribedCircle, ST_MinimumBoundingCircle, ST_MinimumBoundingRadius | | Generation | ST_GeneratePoints | ### Changes - **21 new SVG files** in `docs/image/ST_<Name>/` - **62 doc files updated** (21 SQL + 20 Flink + 21 Snowflake) - ST_MaximumInscribedCircle is not available in Flink ### Visual style Consistent with Phase 1 (Predicates, PR #2681) and Phase 2 (Overlays, PR #2682): - Blue = input geometry (dashed outline where appropriate) - Green = result geometry (solid) - Category-specific rendering: point markers for centroid-type functions, circle approximation for bounding circle functions, etc. ### Functions skipped (already have images) ST_Buffer, ST_Snap, ST_ApproximateMedialAxis, ST_StraightSkeleton -- 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]
