[postgis-tickets] [PostGIS] #3113: Add curve support to ST_Simplify
PostGIS
trac at osgeo.org
Fri Sep 15 06:45:53 PDT 2017
#3113: Add curve support to ST_Simplify
--------------------------+---------------------------
Reporter: aaime | Owner: pramsey
Type: enhancement | Status: closed
Priority: medium | Milestone: PostGIS 2.1.9
Component: postgis | Version: 2.1.x
Resolution: worksforme | Keywords:
--------------------------+---------------------------
Changes (by pramsey):
* status: new => closed
* resolution: => worksforme
Comment:
This is quite old and I'd like to know if aaime still really wants it. If
not I'd rather close it and wait for someone else to have the need that
implement a fugly bit of logic just for giggles:
* for each arc, if the radius is < tolerance * X then linearize it at
tolerance/Y
* run DP on the result, skipping the remaining arc parts and retaining
them unchanged
The above would I think achieve something like a "somewhat smaller thing
that respects the shape of the original" which I guess is the st_simplify
contract
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3113#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list