Calculates statistical measures (mean, std.dev., ...) for the 100 highest points within specific AOIs. More...
Classes | |
class | DMKernel |
callback object More... | |
class | forTopHeight |
class | Kernel |
class | ShapefileKernel |
(kind of) like the odm kernel, but for iterating over polygons in a shapefile More... | |
Functions | |
def | output_layout (layout, logger) |
def | BoxToList (opalsBox) |
def | overlaps (box1, box2) |
Variables | |
dictionary | typeNames |
script | |
Calculates statistical measures (mean, std.dev., ...) for the 100 highest points within specific AOIs.
Executes spacial queries (circles around every point/polygons of supplied shapefile) and calculates statisic features (mean, std.dev., ...) for the 100 points with the highest NormalizedZ value.
The results are stored in the input ODM file as additional attributes "topHeightSampleCount" and "topHeight[Feature]" or "tHSampleC" and "th[Feature]" for shapefiles
dictionary typeNames |