Skip to content

Implement GeoSeries: relate_pattern, contains_properly, build_area, polygonize #2765

@jiayuasu

Description

@jiayuasu

Part of #2230

Implement 4 GeoSeries functions for the geopandas compatibility module:

  • relate_pattern(other, pattern, align) — DE-9IM pattern matching via ST_Relate 3-arg form
  • contains_properly(other, align) — via ST_Relate with DE-9IM pattern T**FF*FF*
  • build_area(node) — aggregate operation via ST_Union_Aggr + ST_BuildArea
  • polygonize(node, full) — aggregate operation via ST_Union_Aggr + ST_Polygonize

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