Skip to content

Implement ST_Simplify() #244

@paleolimbot

Description

@paleolimbot

@joonaspessi kindly did some research on the PostGIS implementation of ST_Simplify(), which is not implemented as a thin wrapper around GEOS:

Actually started the implementation of ST_Simplify but noticed that the PostGIS has different behavior for collapsed geometries and collection types in comparison to GEOS implementation.

Achieving full PostGIS compatibility (including all the params) would probably require custom Rust implementation.

I wonder if the geo implementation of Simplify (if it exists) already ticks some of these boxes...since it is a more involved function to implement, it is probably worth going straight for a custom or geo-generic-alg based approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions