This gem runs in .
Overview
The Simplify gem reduces the number of vertices in polygons and polylines while preserving their overall shape. This is useful for reducing file sizes, improving rendering performance, and simplifying complex geometries for analysis or visualization. The gem uses the Ramer-Douglas-Peucker algorithm, which removes vertices based on their perpendicular distance from line segments. You can control the level of simplification by adjusting the distance threshold.Prerequisites
- Add
ProphecyDatabricksSqlSpatialversion 0.0.4 or higher to your project.

