Hi,
I have a polygon layer with x,y,z coordinates.
For each polygon, I would like to calculate the mean z-value. For this I use the ListStatisticsCalculator, which works perfectly.
The problem is, that some polygons consists of one or more useless z-value (-999, -9999 etc.). I would like to filter out these values (or delete them) before running it through the ListStatisticsCalculator.
I have tried the ListElementFilter with Filter Type Numeric Range, but I can't get it to work properly.
Any thoughts?
Thanks,
Stig