Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3074 closed enhancement (fixed)

ST_Subdivide

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 2.2.0
Component: postgis Version: master
Keywords: Cc:

Description

Chop a large object into squares that have a maximum number of vertices in them. Set returning function, for ease of use in turning a small table of large objects into a large table of small objects.

Change History (6)

comment:1 by pramsey, 9 years ago

First commit at r13322

comment:2 by pramsey, 9 years ago

Summary: ST_ChopIntoSquaresST_Subdivide

comment:3 by pramsey, 9 years ago

Second commit at r13323

comment:4 by pramsey, 9 years ago

Working draft committed at r13324. Still documentation needed, some regression tests in the online suite.

comment:5 by pramsey, 9 years ago

Resolution: fixed
Status: newclosed

comment:6 by robe, 9 years ago

I added postgres tests at r13595 and also updated the docs so linestring example works again (got broken when reduced min vertices to 8)

Note: See TracTickets for help on using tickets.