Skip to content

Function to aggregate polygons #2

@mpadge

Description

@mpadge

This will likely be a very useful post-processing function for cases when the package is used to identify a whole lot of polygons purportedly representing the same thing/area, and this mess of polygons need to be converted to some kind of heat map. A raster environment will provide likely the most straightforward method of aggregation, and could be subsequently converted to vector contours. Alternatively, it should also be possible to do sequential polygon intersections, and aggregate increasing numbers of tiny intersected polygons.

@mdsumner Any thoughts on this: Simply put, consider a Venn diagram of 3 circles, each represented as a spatial polygon. I want a function that gives a value of 3 in the middle, 2 for each overlap of two polygons, 1 in the outer polygon reaches, and 0 for background. Any insights?

Metadata

Metadata

Assignees

No one assigned

    Labels

    future stuffGood to do somewhere down the line ...

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions