Skip to content

Proposed: Port ST_Subdivide from PostGIS #244

@brendan-ward

Description

@brendan-ward

ST_Subdivide divides complex geometries into smaller rectangular chunks of relatively similar vertex counts, which are then much better to use in spatial indexing, predicate, and related functions. The algorithm works by recursively cutting geometries along one dimension then the other.

This is not strictly about exposing GEOS internals to Python, so it might not be a good fit here. But given the recent work with Cython and strong dependence on internals here, it might be a worthwhile experiment (plus, I need this for one of my projects).

Unless there was opposition, I am hoping to try and implement this within Cython here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestto-GEOSThis issue needs to be solved upstream (in GEOS)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions