I have hundreds of overlapping polygon layers, the features of which do not typically match. I would like to find functionality similar to Count Overlapping Features or Union, but that returns a sum of a particular field. So, if one polygon has a value of 10 and it is spatially coincident with another layers feature that has a value of 12, and another with a value of 3, etc. The output would be the union of these features with a summed value of 25 or whatever.
Anyone know of a tool that can do this?