Point clouds, LiDAR and other datasets store their geolocation as irregularly spaced arrays of point data. The Interpolate Irregular Data function converts irregularly gridded point feature class data into a raster dataset with square pixels.
Notes
You can change the interpolation method and output cell size used in the Interpolate Irregular Data raster function.
Parameters
| Parameter name | Description | 
|---|---|
| Input Samples | The input point feature layer.  | 
| Value Field | The name of the field that contains the value of the points to be interpolated.  | 
| Cellsize | The cell size for the output raster layer. This can be different from the input raster, though the extent of the raster dataset will remain the same.  | 
| Interpolation Method | The resampling method to use for interpolation: 
  | 
| Search Radius | The number of pixels to be included for resampling. The default value is 3 pixels.  |