-
Notifications
You must be signed in to change notification settings - Fork 7
Description
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?