Changes between Initial Version and Version 1 of SomeSplitting


Ignore:
Timestamp:
Mar 7, 2013, 3:14:31 PM (11 years ago)
Author:
darkblueb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • SomeSplitting

    v1 v1  
     1= Discussion of Methods and API for Splitting an Oversize Polygon =
     2
     3* GEOS performs poorly as a POLYGON increases in number of vertices, even in the simple cases.
     4
     5* It is often desirable to "split" a POLYGON with a high number of vertices into some number of smaller POLYGONs.
     6
     7* From a user's perspective, some GIS processes result in very large POLYGON, for example 10,000 or 100,000 or more, vertices.  There is a case to be made that PostGIS users would benefit from standard calls to take a single POLYGON as an input,  and output some GEOMETRYCOLLECTION of POLYGON that are "equivalent", disregarding the problems inherent with the numeric precision model used.
     8
     9* For the sake of discussion. let us assume we are operating on a POLYGON with a single outer ring, that is formally valid.
     10
     11---
     12
     13Rough transcript of IRC on 07Mar13:
     14
     15
     16