This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Select Random Points

Description

Submodel Select a set of random points in a given probability map according to a set of given constraints.

Inputs

Name Type Description
Random Point Probabilities Map Probability of selection of each cell as a new random point. The map cells must be represented using floating point values (IEEE 754 32 Bit Real). Each value must be in the range [0, 1].
Number Of Random Points Non Negative Int Number of random points to be selected. The operator may select fewer random points if the satisfiability of the given constraints using the given probability map is not possible.

Optional Inputs

Name Type Description Default Value
Minimum Distance Between Random Points Double The minimum distance between random point values, in meters. 0
Minimum Distance Between Random Points Double The minimum distance between random point values, in meters. 100000000000

Outputs

Name Type Description
Selected Random Points Map Map of selected random points.

Group

Notes

This functor is a submodel.

Internal Name

SelectRandomPoints