geoprimsField-grade geospatial math

Simplify

Fewer vertices, with the shape kept.

These tools remove vertices from a line or polygon while keeping it within a set tolerance, by the Douglas-Peucker or Visvalingam method, and report the largest deviation. Developers and cartographers use them to shrink GPS tracks and boundaries for faster maps. Start with Douglas-Peucker for a distance tolerance. The pitfall is simplifying so hard that edges cross; turn on the option that prevents it.

I want to thin out a track or boundary to a distance tolerance

I want to cut a shape down to a set number of vertices