Opened 8 years ago

Last modified 7 years ago

#3377 new enhancement

ST_Simplify for geography

Reported by: Mike Taves Owned by: pramsey
Priority: medium Milestone: PostGIS Fund Me
Component: postgis Version:
Keywords: Cc:

Description

Currently, ST_Simplify works only on geometries in 2D Cartesian space. Simplifying geography objects is only possible by projecting into an appropriate spatial reference system (i.e. _ST_BestSRID), then back to geography.

A recently published article "Robust line simplification on the surface of the sphere" by José Luis García Pallero (2015) describes a possible technique, which is implemented in C, with an Apache License 2.0. Inline comments are in Spanish. Additional speed is gained from an optional OpenMP implementation. The adaptation to work on the sphere is based on previous work "Robust line simplification on the plane" (2013).

Change History (1)

comment:1 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.