Numeric Composites

Compositing numeric data takes unevenly-spaced drillhole data and turns it into regularly-spaced data, which is then interpolated. Compositing parameters can be applied to entire drillholes or only within a selected region of the drillhole. For example, you may wish to composite Au values only within a specific lithology.

There are two approaches to compositing numeric data in Leapfrog Geo:

  • Composite the drillhole data directly. This creates a new interval table that can be used to build models, and changes made to the table will be reflected in all models based on that table. This process is described below.
  • Composites the points used to create an interpolant. This is carried out by generating an interpolant and then setting compositing parameters for the interpolant’s values object. This isolates the effects of the compositing as the compositing settings are only applied to the interpolant.

Intervals that have no data can have a significant effect when compositing data as they are ignored by the compositing algorithm. The effect of these missing intervals can be managed using the Minimum coverage parameter, but it’s best to assign special values where intervals have no data. For example, intervals that are missing data can be assigned a value of 0 or that of the background mineralisation. See Handling Special Values for more information.

The rest of this topic describes compositing drillhole data directly. It is divided into:

Creating a Numeric Composite

Compositing parameters can be applied to entire drillholes or only within a selected region of the drillhole. There are three options for selecting the region in which numeric data will be composited:

  • Entire Drillhole. The same compositing parameters are applied to all values down the length of drillholes. See Compositing in the Entire Drillhole.
  • Subset of Codes. Different compositing parameters can be set for each code down the length of drillholes. See Compositing in a Subset of Codes.
  • Intervals from other Table. Interval lengths from another table are used to determine composite lengths. The value assigned to each interval is the length-weighted average value, and there are no further compositing parameters to set. See Using Intervals From Another Table.

To create a numeric composite, right-click on the Composites folder and select New Numeric Composite. You will be prompted to choose between these options.

Once you have set the compositing region and parameters, the new composited table will be saved to the Composites folder. Double-clicking on the table displays the data in its columns. Edit the table by right-clicking on it and selecting Edit Composited Table.

Once you have created a composited table, you can view statistics on the table or for each individual column in the table. See Viewing Numeric Composite Statistics.

Compositing in the Entire Drillhole

When compositing is carried out using the Entire Drillhole option, the parameters set in the Compositing tab are applied to all values down the length of drillholes:

The drillholes are divided into intervals wherever numeric data occurs. The Compositing length determines the length of each composite interval, and the Minimum coverage length determines whether or not residual segments (those shorter than the Compositing length) are retained for further processing. Composite lengths are generated from the collar down the drillhole, so any residual segments produced will be at the bottom of the drillhole and where there is data missing down the length of the drillhole. How residual segments are handled is described below.

Intervals that have no data can have a significant effect when compositing data as they are ignored by the compositing algorithm. The effect of these missing intervals can be managed using the Minimum coverage parameter, but it’s best to assign special values where intervals have no data. For example, intervals that are missing data can be assigned a value of 0 or that of the background mineralisation. See Handling Special Values for more information.

The For residual end lengths less than parameter is applied to determine what happens to the residual segments that may result from applying the Compositing length and Minimum coverage parameters. There are three possibilities:

  • With the Discard option, residual segments that meet or exceed the Minimum coverage length are retained; those shorter are discarded. For example, consider two drillholes. A is 49 metres long and B is 44 metres long. The Compositing length is set to 10 and the For end lengths less than length is set to 5. There will be a residual segment 9 metres long for Drillhole A and one 4 metres long for Drillhole B. Drillhole A’s residual segment will be retained as a segment, whereas Drillhole B’s residual segment will be discarded. This results in:
    • Drillhole A: 10m, 10m, 10m, 10m, 9m (residual length > Minimum coverage length so the 9m segment is kept)
    • Drillhole B: 10m, 10m, 10m, 10m (residual length < Minimum coverage length so the 4m segment is discarded)
  • With the Add to previous interval option, the Minimum coverage length is automatically set to zero. Residual segments longer than the For end lengths less than value are retained as separate segments; those shorter are added to the previous interval. For our two drillholes, when the Compositing length is 10, there will be a residual segment 9 metres long for Drillhole A and one 4 metres long for Drillhole B. When For end lengths less than is set to 5, Drillhole A’s residual segment will be retained as a segment, whereas Drillhole B’s residual segment will be added to the previous interval. This results in:
    • Drillhole A: 10m, 10m, 10m, 10m, 9m (residual length > For end lengths less than length so the 9m length is kept as a separate segment)
    • Drillhole B: 10m, 10m, 10m, 14m (residual length < For end lengths less than length so the 4m segment is added to the previous interval)
  • With the Distribute equally throughout drillhole option, the Minimum coverage parameter is automatically set to zero. Residual segments longer than the For end lengths less than value are retained as separate segments; those shorter will have their length distributed among the other intervals. For our two drillholes, Drillhole A’s residual segment will be retained as an individual segment, whereas Drillhole B’s residual segment will have its length distributed among the rest of the intervals. The segments for each composited drillhole will be:
    • Drillhole A: 10m, 10m, 10m, 10m, 9m (residual length > For end lengths less than length so the 9m segment is kept as a separate segment)
    • Drillhole B: 11m, 11m, 11m, 11m (residual length < For end lengths less than length so the 4m length is distributed among the other intervals)

Composite values are calculated for each composite interval. This is simply the length-weighted average of all numeric drillhole data that falls within the composite interval.

Composite points are generated at the centre of each composite interval from the composite values.

Once you have set the compositing parameters, click on the Output Columns tab to select from the available columns of numeric data. Click OK to create the table.

Compositing in a Subset of Codes

When compositing is carried out using the Subset of Codes option, some codes can be excluded from the composited table or the raw data from the Base column can be used. When compositing is applied to a code, the same parameters apply as for the Entire Drillhole option, but different codes can use different Compositing length and Minimum coverage parameters.

For the Action column, select from:

  • Composite. Numeric data that falls within the selected code will be composited according to the parameters set.
  • No compositing. Numeric data is not composited within the selected code. The raw data will be used in creating the new data table.
  • Filter out. Numeric data within the selected code will excluded from the new data table.

See Compositing in the Entire Drillhole above for an explanation of the Length, Minimum coverage and If residual end length parameters.

Once you have set the compositing parameters, click on the Output Columns tab to select from the available columns of numeric data. Click OK to create the table.

Using Intervals From Another Table

When compositing is carried out using the Intervals from other Table option, first select the Base table. This is the table that will that will be used to determine the interval lengths in the composited table.

The value assigned to each interval will be the length-weighted average value, and there are no further compositing parameters to set. Click OK to create the table.

Viewing Numeric Composite Statistics

Once you have created a composited table, you can view statistics on the table or for each individual column in the table.

To view statistics for the table, right-click on it and select Statistics.

See the Analysing Data topic for more information on each option:

The Interval Length Statistics graph is a univariate graph, so for more information on the options available, see Univariate Graphs in the Analysing Data topic.

Right-click on the table columns and select Statistics to view information about the composited values.

The first option displays statistics on the composited values; see Univariate Graphs in the Analysing Data topic for more information. The other two options display statistics comparing data before and after compositing.

Compositing Comparison

The double histogram, one displaying the distribution of the raw data and one displaying the distribution of the composited data, enables comparison of the two distributions of the same element before and after the compositing transformation. Impacts on the symmetry of distributions will be evident.

In the Histogram settings, Bin width changes the size of the histogram bins used in the plot.Percentage is used to change the Y-axis scale from a length-weighted scale to a percentage scale.

The Box Plot options control the appearance of the box plot drawn under the primary chart. The whiskers extend out to lines that mark the extents you select, which can be the Minimum/maximum, the Inner fence or the Outer fence. Inner and outer values are defined as being 1.5 times the interquartile range and 3 times the interquartile range respectively.

The Limits fields control the ranges for the X-axis and Y-axis. Select Automatic X axis limits and/or Automatic Y axis limits to get the full range required for the chart display. Untick these and manually adjust the X limits and/or Y limits to constrain the chart to a particular region of interest. This can effectively be used to zoom the chart.

The bottom left corner of the chart displays a table with a comprehensive set of statistical measures for the data set.

Compositing Interval Lengths

This graph shows a double histogram of distributions of the interval lengths before and after compositing.

In the Histogram settings, Bin width changes the size of the histogram bins used in the plot.Percentage is used to change the Y-axis scale from a length-weighted scale to a percentage scale.

The Box Plot options control the appearance of the box plot drawn under the primary chart. The whiskers extend out to lines that mark the extents you select, which can be the Minimum/maximum, the Inner fence or the Outer fence. Inner and outer values are defined as being 1.5 times the interquartile range and 3 times the interquartile range respectively.

The Limits fields control the ranges for the X-axis and Y-axis. Select Automatic X axis limits and/or Automatic Y axis limits to get the full range required for the chart display. Untick these and manually adjust the X limits and/or Y limits to constrain the chart to a particular region of interest. This can effectively be used to zoom the chart.

The bottom left corner of the chart displays a table with a comprehensive set of statistical measures for the data set.

 

Got a question? Visit the Seequent forums or Seequent support