The Grid of points tool helps to automate the creation of spot elevations and allows for drastic simplification of the number of point cloud points. No new points are created, only existing points from the input data are used.
Three types are available
- The Regular grid is generated based on the selected sampling distance between points.
- The Low-pass grid is generated based on a filter working on the Z-range.
- The Smart grid creates points only where changes in terrain elevation occur.
- Click Process or,
- On the Menu bar, click Process > Grid of points or,
- On the Content panel, click TIN > Grid of points > .
Processing options
Input point cloud
Defines the point clouds used for the Grid of points process:
- All: All point clouds in the Content > Point clouds are used for processing.
- Only visible - default. Only visible point clouds in the Content > Point clouds and Terrain classes are used for processing.
- Terrain - default if Terrain points are available: All points in the Terrain class are used for processing. Only available after the Terrain filter is processed.
- Non-terrain: All points in the Non-terrain class are used for processing. Only available after the Terrain filter is processed.
Regular grid of points
A Regular grid is a simple rectangular grid that is decimated based on the selected Sample distance between points.
- Grid spacing [units]: Determines the grid size:
- 0.1 m - 30 m, 2.5 m - default.
- 0.3 ft - 100 ft, 8 ft - default.
Low-pass grid of points
The low pass grid is generated based on the point cloud points within each cell based on the Grid spacing (sampling distance). Within the cell, the low pass looks at the vertical distribution and selects a point in the correct vertical slice.
- Grid spacing [units]: Determines the grid size:
- 0.1 m - 30 m, 2.5 m - default.
- 0.3 ft - 100 ft, 8 ft - default.
- Z-Range [arbitrary units]: Determines the altitude of the filter along the Z-axis.
- 0 - 10, 1 - default.
Smart grid of points
A Smart grid attempts to generate just the most important points that define the terrain.
Based on the grid spacing, the number of grid points, and elevation variations the algorithm avoids creating redundant points on planar areas and focuses on generating points only where changes in terrain occur.
The following parameters can be adjusted:
- Minimum grid spacing [units]: The initial grid spacing that is used as a starting point for finding the most important points.
- 0.1 m - 30 m, 2.5 m - default.
- 0.3 ft - 100 ft, 8 ft - default.
- Z-Range [arbitrary units]: Determines the altitude of the filter along the Z.
- 0 - 10, 1 - default.
- Maximum number of grid points: The maximum possible number of grid points in the final result.
- 3 - 500000, 1000 - default
- Maximum elevation variation [units]: The maximum elevation variation from neighboring points.
- 0.01 m - 5 m, 0.05 m - default
- 0.03 ft - 16 ft, 0.15 ft - default
Results
Export
The result of the Grid of Points process can be exported in .dxf, .shp, .zip (.shp), geojson, .csv, .las, and .laz format. More in the Export article.
If the .csv format is selected, it is possible to select among the following column formats:
- PENZD: Point#, Easting, Northing, Elevation, Description.
- PXYZD: Point#, Latitude, Longitude, Elevation, Description.
- PENZ: Point#, Easting, Northing, Elevation.
- PXYZ: Point#, Latitude, Longitude, Elevation
- ENZ: Easting, Northing, Elevation.
- XYZ: Latitude, Longitude, Elevation.
Use the Include column headers checkbox to include the column headers to the columns in the .csv file.