The tool allows one to retrieve a grid from a virtual point cloud dataset by applying the provided area-of-interest (AOI). The extent of the AOI can be provided either as polygon shapefile, grid or by coordinates. Optionally, an overlap can be added to the AOI. In case an overlap is used and the AOI is provided as polygon shapfile, only the bounding boxes of the polygons are used.
With polygon shapefiles additional functionality is available:
* in case one or more polygons are selected, only the selected polygons are used.
* in case the shapefile contains several polygons a grid dataset is outputted for each polygon. In case the 'Tilename' attribute is provided, the output files are named by this attribute. Otherwise the output file names are build from the lower left coordinate of each tile.
The derived datasets can be outputted either as grid list or written to an output directory. For the latter, you must provide a valid file path with the 'Optional Output Filepath' parameter.
Optionally, the query can be constrained by providing an attribute field and a value range that must be met.
A virtual point cloud dataset is a simple XML format with the file extension .spcvf, which can be created with the 'Create Virtual Point Cloud Dataset' tool.
| Name | Type | Identifier | Description | Constraints |
Input | Shape (*) | Shapes (optional input) | AOI_SHP | Shapefile describing the AOI. | - |
Grid (*) | Grid (optional input) | AOI_GRID | Grid describing the AOI. | - |
Output | Grid (*) | Grid list (optional output) | GRID_OUT | The output grid(s) | - |
Options | Filename | File path | FILENAME | The full path and name of the .spcvf file | - |
Optional Output Filepath | File path | FILEPATH | The full path to which the output(s) should be written. Leave empty to output the datasets as grid list. | - |
Attribute Field to Grid | Integer | ATTR_FIELD_GRID | The attribute field to grid. Field numbers start with 1, so elevation is attribute field 3. | Minimum: 0 Default: 1 |
Cellsize | Floating point | CELL_SIZE | Cellsize of the output grid [map units] | Minimum: 0.000000 Default: 1.000000 |
Grid System Fit | Choice | GRID_SYSTEM_FIT | Choose how to align the ouput grid system to the AOI | Available Choices: [0] nodes [1] cells Default: 1 |
Aggregation | Choice | METHOD | Choose how to aggregate the values | Available Choices: [0] lowest [1] highest Default: 1 |
Constrain Query | Boolean | CONSTRAIN_QUERY | Check this parameter to constrain the query by an attribute range. | Default: 0 |
Attribute Field | Integer | ATTR_FIELD | The attribute field to use as constraint. Field numbers start with 1. | Minimum: 0 Default: 1 |
Value Range | Value range | VALUE_RANGE | Minimum and maximum of attribute range []. | - |
Tilename (*) | Table field | FIELD_TILENAME | Attribute used for naming the output file(s) | - |
Grid system | Grid system | AOI_GRID_GRIDSYSTEM | - | - |
X-Extent | Value range | AOI_XRANGE | Minimum and maximum x-coordinate of AOI. | - |
Y-Extent | Value range | AOI_YRANGE | Minimum and maximum y-coordinate of AOI. | - |
Add Overlap | Boolean | AOI_ADD_OVERLAP | Add overlap to AOI | Default: 0 |
Overlap | Floating point | OVERLAP | Overlap [map units] | Minimum: 0.000000 Default: 50.000000 |
(*) optional |