Random Grid
Overview
➡️ Computes a random grid of receivers. ✅ The output table is called RECEIVERS
Arguments
Mandatory inputs
buildingTableName— Buildings table nameName of the Buildings table The table must contain:
THE_GEOM: the 2D geometry of the building (POLYGON or MULTIPOLYGON)
HEIGHT: the height of the building (FLOAT)
Type:
StringsourcesTableName— Sources table nameKeep only receivers at least at 1 meters of provided sources geometries The table must contain :
THE_GEOM: any geometry type.
Type:
String
Optional inputs
fence— Extent filterCreate receivers only in the provided polygon. Must be in the WGS84 (EPSG:4326) projection system
Type:
GeometryfenceTableName— Filter using table bounding boxExtract the bounding box of the specified table then create only receivers on the table bounding box. The table must contain :
THE_GEOM: any geometry type.
Type:
Stringheight— HeightHeight of receivers (in meters) (FLOAT)
Type:
DoubleDefault:
4nReceivers— Number of receiversNumber of receivers to return
Type:
IntegerDefault:
100
Output
result— Created tableName of the table containing the results of the computation. Can be used as input for another process.
Type:
String