Skip to content

Options when dropping duplicate geometries #29

@tomalrussell

Description

@tomalrussell

Use case: retaining data about nodes or edges which may share geometries.

For example, a set of nodes at the same point location with different names/ids which should be retained or combined.

Enable something like (pseudocode):

nodes = [
    combine(cluster)
    for cluster in network.nodes.groupby(location):
]

Also, warn when dropping duplicate geometries within other snkit functions.

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