Create a Raster using Minimum Curvature
- On the Raster ribbon tab, in the Interpolation group, expand Create Raster.
- Select the interpolation method from:
- Minimum Curvature (Full)
- Minimum Curvature (Stamped)
The Create Raster) panel displays.
- Select the Input point table.
- Select the Fields to interpolate.
- Set the Output raster, where the raster is saved.
- Select the Color ramp for the raster.
- If there are Breaklines select the Source file and the Attribute field to load the breaklines from.
Note: Breaklines are defined as multi-segment lines in which the slope is monotonically increasing or decreasing along each segment. Examples of breaklines include stream or river traces, cliff faces, dredged channels, topographic ridge lines or roadways. By incorporating break lines into the gridding process the output grid is forced to conform specific slope requirements in critical areas.
- Expand Minimum Curvature.
- Select the Iteration Count from:
- Minimum
- Very Low
- Low
- Normal
- High
- Very High
- Maximum
- Set Percentage Change to an appropriate number.
- Select the Stamping Method from:
- First Only—The first point value is assigned to the cell, all subsequent points are discarded.
- Last Only—The last point value is assigned to the cell, all subsequent points are discarded.
- Average All (Last in weighted)—Averages all the data points.
- Average All—Averages all the coincident point values.
- Average All (Inverse distance weighted)—Averages all the coincident point by applying an inverse distance weighted function.
- Select the Clipping Method from:
- None—No clipping is applied to the output grid
- Near Zone— The near value represents the distance, in cell size increments, that the grid is clipped back to from the convex hull of the data points. Areas in the grid which lie beyond the near distance are assigned null values.
- Near and Far Zone—The far distance is the maximum distance for which interpolation occurs between inout points. Areas in the grid which are greater than the far distance value are assigned null values.
- If Near Zone is selected set the Near Zone value.
- If Near and Far Zone is selected set the Near Zone and Far Zone value.
- Select the Iteration Count from:
- Expand Geometry and set Cell size.
Note: Cell size is the size (or resolution) of each cell in the output grid file. The size is measured in the spatial units of the output grid coordinate system.
- Expand Advanced.
- If Define maximum memory usage is checked, this control is used to constrain the amount of physical memory (RAM) that the software attempts to use during the gridding process. The default control setting is unchecked and in this state the software attempts to use up to 80% of available physical memory (to a maximum of 2 GB) during gridding. While it is possible to constrain the amount of RAM that is available to the software during the gridding process; doing so reduces the gridding performance significantly if the software has to repeatedly page tiles of data between disk and memory in order to perform the gridding operation. To achieve best performance on large datasets it is advisable that you close all running applications and free up as much physical memory (RAM) as possible before commencing gridding. For very large datasets (>50 million points) it is recommended that the software is run on a machine with between 2 and 4 GB of RAM.
- To Scan data extents controls the resolution at which the software initially scans the input data files to establish the preliminary spatial statistics during the first phases of gridding. The default behaviour is to scan all lines of the input data. It is possible to speed up the initial scan of the input files by adjusting the scan data extents control to one of the following settings:
- Complete—Scans every line of each input data file.
- Fine—Scans approximately 12% (1-in-8) of the lines from each input data file.
- Course—Scans approximately 3% (1-in-32) of the lines from each input data file.
- Overview—Scans approximately 0.75% (1-in-128) of the lines from each input data file.
- Bounds—Acquires the data extents from information stored in the files if available or performs an overview scan if unavailable.
Note: For datasets that have a relatively even spatial distribution of input points setting the scan data extents control to Overview provides the best compromise between speed and a representative statistical sample.
- Select the Temp Folder, this folder is used to temporarily store the spatially sorted input data tiles which are used during the gridding process. If all of the input data can fit into system memory then no temporary files are created and the entire process occurs in RAM. If the input dataset is very large (>10 million points) then it is necessary to store a copy of the input data on disk during the gridding process. By default the temporary directory is set to the Windows system temporary directory; however it may be necessary to map it to an alternative storage location depending on the size of the input dataset. Note You should always ensure that you have at least the same amount of free temporary storage space as the total size of the input dataset. A good rule of thumb is to set the temp path to a location that has 2x as much storage space as the size of the input dataset.
- Select the Output Raster data type, the data type control is used to set the numeric storage type for the interpolated values in the output grid. It is advisable to select the appropriate data type that most efficiently represents the range of data that is stored in the output grid. For example, a signed 2-byte integer is generally suitable for storing typical elevation data at 1m vertical resolution. The data types available are:
- Automatic
- Unsigned byte
- Signed byte
- Unsigned short
- Signed short
- Unsigned int
- Signed int
- Float
Note: The automatic option sets the output format to an appropriate data type based on an analysis of the input data range.
- Select whether to Clip output raster.
- Click Run.
The grid should display in the Map window.