I'm going to be wanting to look at ways of analysing the data based on the accumulated attributes of these polygons.
Each Polygon has an assigned Intensity Value. Where these polygons overlap then there will be an accumulated Intensity Value.
I'm wanting to represent these Intensity Values in some meaningful way, and thought that a Hotspot/ Density analysis might be a good way to do so.
That is, to create a cluster around areas of a similar intensity valueand have a gradient/ contour map showing these Intensities.
There seem to be some transformers which would work on point datasets, but can this be done on a polygonal dataset too ?.
Would using a Convex/ Concave Hull around polygons of a similar Intensity Value be a valid way of achieving this ?
Thanks in advance,
Bruce